mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 14:02:15 +11:00
Merge pull request #122 from kurokobo/pause
fix: change the value for the pause task to variable
This commit is contained in:
commit
c7eaa38dcf
1 changed files with 3 additions and 3 deletions
|
|
@ -33,6 +33,6 @@
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.cmd }}"
|
label: "{{ item.cmd }}"
|
||||||
|
|
||||||
# - name: Simply pause for a while
|
- name: Simply pause for a while
|
||||||
# ansible.builtin.pause:
|
ansible.builtin.pause:
|
||||||
# minutes: 10
|
minutes: "{{ wait_minutes | default(0) }}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue