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