mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Merge remote-tracking branch 'tower/release_3.3.0' into devel
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
file: path="{{item}}" state=absent
|
||||
register: result
|
||||
with_items: "{{cleanup_dirs}}"
|
||||
until: result|succeeded
|
||||
until: result is succeeded
|
||||
ignore_errors: yes
|
||||
retries: 3
|
||||
delay: 5
|
||||
@@ -26,4 +26,4 @@
|
||||
- name: fail if build artifacts were not cleaned
|
||||
fail:
|
||||
msg: 'Unable to cleanup build artifacts'
|
||||
when: not result|succeeded
|
||||
when: not result is succeeded
|
||||
|
||||
Reference in New Issue
Block a user