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