This commit is contained in:
jaydee 2023-12-09 16:09:42 +01:00
parent 2d7482644b
commit ad548611b2

View File

@ -64,4 +64,4 @@
command: "docker stop {{ containers | join(' ') }}"
become: true
ignore_errors: true
when: inventory_hostname in groups['raspberry']
when: inventory_hostname in groups['raspberry'] or inventory_hostname in groups['raspberrypi5']