diff --git a/playbooks/mailu_switch_to_second.yaml b/playbooks/mailu_switch_to_second.yaml index 60d9f11..73d400d 100644 --- a/playbooks/mailu_switch_to_second.yaml +++ b/playbooks/mailu_switch_to_second.yaml @@ -23,7 +23,7 @@ # #- 140 # - 180 - name: Start mailu containers - command: docker start {{ item }} + command: docker unpause {{ item }} become: true ignore_errors: true when: inventory_hostname in groups['raspberry']