From e47d3ce5298130e933030b0dd29ff45fb993eb81 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 14 Nov 2024 13:08:27 +0100 Subject: [PATCH] bitwarden --- playbooks/sync_all.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/sync_all.yaml b/playbooks/sync_all.yaml index bc63f8a..e108236 100644 --- a/playbooks/sync_all.yaml +++ b/playbooks/sync_all.yaml @@ -3,12 +3,13 @@ hosts: containers gather_facts: false tasks: - - name: Install docker + - name: Install sqlite3 ansible.builtin.apt: name: - sqlite3 state: present become: true + update_cache: yes when: inventory_hostname == destination_server - include_tasks: stop_containers.yaml name: Stop Containers