diff --git a/playbooks/sync_all.yaml b/playbooks/sync_all.yaml index e34b0b0..cc3a529 100644 --- a/playbooks/sync_all.yaml +++ b/playbooks/sync_all.yaml @@ -3,6 +3,10 @@ hosts: containers gather_facts: false tasks: + - debug: + msg: "{{ inventory_hostname }}" + - debug: + msg: "{{ destination_server }}" - name: Install sqlite3 ansible.builtin.apt: name: