Skip to content

Commit 93e7a56

Browse files
committed
fix role name for NAS
1 parent ecd1224 commit 93e7a56

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

playbook-desktop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- { role: fonts, tags: fonts }
88
- { role: golang, tags: golang }
99
- { role: aqua, tags: aqua }
10-
- { role: homenas-client, tags: homenas-client }
10+
- { role: homenas_client, tags: homenas_client }
1111
- { role: fluentd, tags: fluentd }
1212
- { role: dropbox, tags: dropbox }
1313
# intellij
File renamed without changes.
File renamed without changes.
File renamed without changes.

roles/homenas-client/tasks/configure_fstab_Ubuntu.yml roles/homenas_client/tasks/configure_fstab_Ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
fstype: nfs
2222
opts: default
2323
state: present
24-
wtih_items:
24+
wtih_items: # noqa: yaml[commas]
2525
- { path: "backup", src: "{{ NAS_HOST }}:/backup" }
2626
- { path: "iso", src: "{{ NAS_HOST }}:/iso" }
2727
- { path: "Multimedia", src: "{{ NAS_HOST }}:/Multimedia" }
File renamed without changes.

0 commit comments

Comments
 (0)