Skip to content

Commit c6e5a1b

Browse files
committed
fix role name nfs-clinet to nfs_client
1 parent 02e28e0 commit c6e5a1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

playbook-devel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- { role: git, tags: git, GIT_INSTALLER: 'extra' }
99
- { role: shell, tags: shell, SHELL_TYPE: 'bash' }
1010
- { role: fonts, tags: fonts }
11-
- { role: nfs-client, tags: nfs-client }
11+
- { role: nfs_client, tags: nfs_client }
1212
- { role: docker, tags: docker }
1313
- { role: aqua, tags: aqua }
1414

playbook-docker-service.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
- hosts: all
44
roles:
55
- { role: apt, tags: apt }
6-
- { role: nfs-client, tags: nfs-client }
6+
- { role: nfs_client, tags: nfs_client }
77
- { role: docker, tags: docker }

roles/homenas_client/meta/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22

33
dependencies:
4-
- nfs-client
4+
- nfs_client

0 commit comments

Comments
 (0)