fix: change the value for the pause task to variable

This commit is contained in:
kurokobo 2022-08-15 13:53:38 +09:00
parent c0de992cae
commit 6e3a0d7157

View file

@ -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) }}"