add a few more 'check_mode:no' props for compatiblity with --check mode of ansible
This commit is contained in:
parent
6d9caa7a9b
commit
785ce1cd26
5 changed files with 7 additions and 1 deletions
|
|
@ -27,6 +27,7 @@
|
|||
delay: 1
|
||||
ignore_errors: true
|
||||
until: "'status' in snapshots and snapshots.status == 200"
|
||||
check_mode: no
|
||||
|
||||
- name: use the custom package url instead of the repository
|
||||
set_fact:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue