diff --git a/playbooks/sync_mailu.yaml b/playbooks/sync_mailu.yaml index ae7697d..7c815cc 100644 --- a/playbooks/sync_mailu.yaml +++ b/playbooks/sync_mailu.yaml @@ -20,9 +20,9 @@ when: inventory_hostname in groups['router'] register: ruleset - - name: Pause for 30 seconds + - name: Pause for 60 seconds ansible.builtin.pause: - seconds: 30 + seconds: 60 - name: Set new ruleset command: nvram set vts_rulelist="{{ ruleset.stdout | replace('192.168.77.106', '192.168.77.246') }}" @@ -71,7 +71,7 @@ - name: Pause for 30 seconds ansible.builtin.pause: - seconds: 30 + seconds: 60 #- debug: # msg: "{{ ruleset.stdout }}"