snackpot.yml - comment out nonworking notifies
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
group: root
|
||||
mode: 0660
|
||||
backup: yes
|
||||
notify: restart docker compose services
|
||||
# notify: restart docker compose services
|
||||
with_community.general.filetree: templates/docker-compose
|
||||
when: item.state == "file" and item.path.endswith(".j2")
|
||||
tags: docker-config
|
||||
@@ -112,7 +112,7 @@
|
||||
group: root
|
||||
mode: 0660
|
||||
backup: yes
|
||||
notify: restart docker compose services
|
||||
# notify: restart docker compose services
|
||||
with_community.general.filetree: templates/docker-compose
|
||||
when: |-
|
||||
item.state == "file" and not (
|
||||
|
||||
Reference in New Issue
Block a user