From e211222104bd07a6e63e38859b7e0880d2bed5a1 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 29 Aug 2023 13:51:50 +0200 Subject: [PATCH] upt playbook --- playbooks/sync_mailu.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/sync_mailu.yaml b/playbooks/sync_mailu.yaml index a2f7e6c..93f3a99 100644 --- a/playbooks/sync_mailu.yaml +++ b/playbooks/sync_mailu.yaml @@ -69,9 +69,9 @@ ignore_errors: yes when: inventory_hostname in groups['nas'] - - name: Pause for 30 seconds + - name: Pause for 120 seconds ansible.builtin.pause: - seconds: 60 + seconds: 120 #- debug: # msg: "{{ ruleset.stdout }}"