From 6f6c23a0b60932af8a393a60a430759eb6fe192c Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 14 Nov 2024 13:02:39 +0100 Subject: [PATCH] bitwarden --- playbooks/sync_all.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/sync_all.yaml b/playbooks/sync_all.yaml index 085bede..f27a20a 100644 --- a/playbooks/sync_all.yaml +++ b/playbooks/sync_all.yaml @@ -3,6 +3,10 @@ hosts: containers gather_facts: false tasks: + - name: Install docker + ansible.builtin.apt: + name: + - sqlite3 - include_tasks: stop_containers.yaml name: Stop Containers when: inventory_hostname == destination_server