From 8437173c68ddcbac3f1d0efcf51f1589ae67ed8e Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 14 Nov 2024 16:41:30 +0100 Subject: [PATCH] bitwarden --- playbooks/sync_all.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/sync_all.yaml b/playbooks/sync_all.yaml index 3577829..e56e1c7 100644 --- a/playbooks/sync_all.yaml +++ b/playbooks/sync_all.yaml @@ -3,10 +3,10 @@ hosts: containers gather_facts: false tasks: - - debug: - msg: "{{ inventory_hostname }}" - - debug: - msg: "{{ destination_server }}" + # - debug: + # msg: "{{ inventory_hostname }}" + # - debug: + # msg: "{{ destination_server }}" - name: Install sqlite3 ansible.builtin.apt: name: