Skip to content

Commit

Permalink
Refactor output file verification task
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Nov 3, 2023
1 parent 187536b commit 449e377
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions molecule/common/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
ansible.builtin.stat:
path: "{{ heartbeat_conf.output.file.path }}/{{ heartbeat_conf.output.file.filename }}"
register: _output_file
retries: 4
delay: 35
failed_when: not _output_file.stat.exists
retries: 2
delay: 60
until: _output_file.stat.exists

0 comments on commit 449e377

Please sign in to comment.