From e97bd0de267daf02b8b81b1ed05a3e8291ca7afe Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 14 Nov 2024 13:25:30 +0100 Subject: [PATCH] bitwarden --- hosts.yml | 2 +- playbooks/sync_all.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts.yml b/hosts.yml index 3e0fd9f..a5c7bfa 100644 --- a/hosts.yml +++ b/hosts.yml @@ -151,7 +151,7 @@ datacenter: ansible_become_password: q morefine-server: hosts: - 192.168.77.47: + morefine: vars: jaydee_install_mqtt_srv: true ansible_python_interpreter: auto_silent diff --git a/playbooks/sync_all.yaml b/playbooks/sync_all.yaml index cc3a529..68d5251 100644 --- a/playbooks/sync_all.yaml +++ b/playbooks/sync_all.yaml @@ -20,6 +20,7 @@ - include_tasks: stop_containers.yaml name: Stop Containers when: inventory_hostname == destination_server + - name: Pause for 60 seconds ansible.builtin.pause: seconds: 60