From ab811102a6a0ed2f7d44233ab8c4a28f69313c0a Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 14 Nov 2024 13:09:23 +0100 Subject: [PATCH] bitwarden --- playbooks/sync_all.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/sync_all.yaml b/playbooks/sync_all.yaml index e108236..e34b0b0 100644 --- a/playbooks/sync_all.yaml +++ b/playbooks/sync_all.yaml @@ -8,9 +8,11 @@ name: - sqlite3 state: present + update_cache: yes become: true - update_cache: yes + when: inventory_hostname == destination_server + - include_tasks: stop_containers.yaml name: Stop Containers when: inventory_hostname == destination_server