diff --git a/runner/project/demo.yml b/runner/project/demo.yml index 3268a42..2e95257 100644 --- a/runner/project/demo.yml +++ b/runner/project/demo.yml @@ -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) }}"