Use is changed instead of | changed

Using tests as filters is going away. Use it as a test.

Change-Id: Icc60395186c950d50e539592dcabc772dda96c8a
This commit is contained in:
Monty Taylor 2018-08-17 16:05:26 -05:00
parent 01a90aadb3
commit fee717fcbd
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -20,4 +20,4 @@
- name: Restart systemd
systemd:
daemon_reload: yes
when: systemd_updated|changed
when: systemd_updated is changed