Skip to content
Snippets Groups Projects
Unverified Commit d2c44dd4 authored by Moritz Graf's avatar Moritz Graf Committed by GitHub
Browse files

Modifying Ansible filter 'failed' according to Ansible 2.5 porting guide (#5678)

parent 9b7090ca
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@
delegate_to: "{{ download_delegate if download_run_once else inventory_hostname }}"
run_once: "{{ download_run_once }}"
register: container_load_status
failed_when: container_load_status | failed
failed_when: container_load_status is failed
become: "{{ user_can_become_root | default(false) or not (download_run_once and download_localhost) }}"
when:
- download_force_cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment