Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Fix another deprecated success filter (#35)
Browse files Browse the repository at this point in the history
[fix] More success
  • Loading branch information
SuperQ authored and paulfantom committed Nov 4, 2019
1 parent 5e9e9a3 commit 5232bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
group: root
mode: 0644
register: _download_config
until: _download_config | success
until: _download_config is success
retries: 5
delay: 2
notify:
Expand Down

0 comments on commit 5232bd6

Please sign in to comment.