From cc8774755442881513472e55f8d1203572458409 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 14 Nov 2024 13:04:46 +0100 Subject: [PATCH] bitwarden --- playbooks/sync_all.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/sync_all.yaml b/playbooks/sync_all.yaml index e859afe..bc63f8a 100644 --- a/playbooks/sync_all.yaml +++ b/playbooks/sync_all.yaml @@ -8,6 +8,8 @@ name: - sqlite3 state: present + become: true + when: inventory_hostname == destination_server - include_tasks: stop_containers.yaml name: Stop Containers when: inventory_hostname == destination_server