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