From fe332d150c3af7b0a30a2059a48e2a7363f41067 Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 1 Nov 2023 01:55:47 +0100 Subject: [PATCH] upt playbook --- playbooks/mailu_switch_to_primary.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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