Ansible tests are not filters

The use of "| success" and "| changed" are not valid syntax for modern
ansible releases.

Signed-off-by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
pull/5466/head
Jonathan Rosser 2020-06-18 13:39:26 +01:00 committed by Dimitri Savineau
parent 92288c11c5
commit 42884e8175
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@
register: update_ganesha_apt_cache
retries: 5
delay: 2
until: update_ganesha_apt_cache | success
when: add_ganesha_apt_repo | changed
until: update_ganesha_apt_cache is success
when: add_ganesha_apt_repo is changed
- name: debian based systems - dev repos specific tasks
when: