From ad548611b208e4919324a37368ef145062fd2fdf Mon Sep 17 00:00:00 2001 From: jaydee Date: Sat, 9 Dec 2023 16:09:42 +0100 Subject: [PATCH] 111 --- playbooks/mailu_switch_to_primary.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/mailu_switch_to_primary.yaml b/playbooks/mailu_switch_to_primary.yaml index 059ed6d..009d791 100644 --- a/playbooks/mailu_switch_to_primary.yaml +++ b/playbooks/mailu_switch_to_primary.yaml @@ -64,4 +64,4 @@ command: "docker stop {{ containers | join(' ') }}" become: true ignore_errors: true - when: inventory_hostname in groups['raspberry'] \ No newline at end of file + when: inventory_hostname in groups['raspberry'] or inventory_hostname in groups['raspberrypi5'] \ No newline at end of file