Merge pull request #122 from kurokobo/pause

fix: change the value for the pause task to variable
This commit is contained in:
kurokobo 2022-08-15 13:57:46 +09:00 committed by GitHub
commit c7eaa38dcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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