mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
upt playbook
This commit is contained in:
@ -56,6 +56,5 @@
|
|||||||
- name: Stop mailu containers
|
- name: Stop mailu containers
|
||||||
command: "docker pause {{ containers | join(' ') }}"
|
command: "docker pause {{ containers | join(' ') }}"
|
||||||
become: true
|
become: true
|
||||||
when: inventory_hostname in groups['raspberry']
|
ignore_errors: true
|
||||||
loop:
|
when: inventory_hostname in groups['raspberry']
|
||||||
|
|
Reference in New Issue
Block a user