From 3f8b52fdbe22c9615843c5e6b81a7d9277f25b8a Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 14 Nov 2024 13:11:57 +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 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: