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