diff --git a/playbooks/mailu_switch_to_primary.yaml b/playbooks/mailu_switch_to_primary.yaml index a3da48f..cdad68b 100644 --- a/playbooks/mailu_switch_to_primary.yaml +++ b/playbooks/mailu_switch_to_primary.yaml @@ -56,6 +56,5 @@ - name: Stop mailu containers command: "docker pause {{ containers | join(' ') }}" become: true - when: inventory_hostname in groups['raspberry'] - loop: - \ No newline at end of file + ignore_errors: true + when: inventory_hostname in groups['raspberry'] \ No newline at end of file