mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2026-03-22 11:07:08 +11:00
fix: change the value for the pause task to variable
This commit is contained in:
parent
c0de992cae
commit
6e3a0d7157
1 changed files with 3 additions and 3 deletions
|
|
@ -33,6 +33,6 @@
|
|||
loop_control:
|
||||
label: "{{ item.cmd }}"
|
||||
|
||||
# - name: Simply pause for a while
|
||||
# ansible.builtin.pause:
|
||||
# minutes: 10
|
||||
- name: Simply pause for a while
|
||||
ansible.builtin.pause:
|
||||
minutes: "{{ wait_minutes | default(0) }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue