ansible: fix deprecation of filter "| changed"

"| changed" filter will be removed in ansible 2.9

Change-Id: Idf11d54d60b78733ed212f04940cee15b3a55400
This commit is contained in:
Alexander Couzens 2018-06-07 17:12:48 +02:00 committed by lynxis lazus
parent 6cce4c2d20
commit e5182e1f69
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
command: uhd_images_downloader
args:
creates: /usr/share/uhd/images
when: uhd_installed | changed
when: uhd_installed is changed
- name: usrp allow jenkins to access
user:

View File

@ -8,4 +8,4 @@
- name: start all network interface
command: ifup -a
when: gsm_tester_network_interface | changed
when: gsm_tester_network_interface is changed

View File

@ -22,7 +22,7 @@
- name: systemctl daemon-reload
systemd:
daemon_reload: yes
when: udhcpdservice | changed
when: udhcpdservice is changed
- name: ensure the systemd service is installed
systemd: