From c06d9f7bc1421d308827940137124a36293ed64f Mon Sep 17 00:00:00 2001 From: jaydee Date: Fri, 15 Nov 2024 14:27:21 +0100 Subject: [PATCH] bitwarden --- playbooks/sync_all.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/sync_all.yaml b/playbooks/sync_all.yaml index c2339ed..b30ee0b 100644 --- a/playbooks/sync_all.yaml +++ b/playbooks/sync_all.yaml @@ -78,7 +78,7 @@ when: inventory_hostname == destination_server - include_tasks: start_containers.yaml name: Start Containers - when: inventory_hostname == destination_server + when: inventory_hostname == destination_server or inventory_hostname == source_server - name: Pause for 60 seconds ansible.builtin.pause: seconds: 60 @@ -87,7 +87,7 @@ ignore_errors: true become: true register: result - when: inventory_hostname == destination_server or inventory_hostname == source_server + when: inventory_hostname == destination_server # - name: Get relevant configs # ansible.builtin.shell: 'docker restart gitlab' # ignore_errors: yes