first cut at changing all the old |changed to is changed per ansible deprecations

This commit is contained in:
Kevin Fenzi
2018-05-07 23:51:48 +00:00
parent 56123c0d24
commit a8714caab3
28 changed files with 42 additions and 42 deletions

View File

@@ -80,7 +80,7 @@
- name: install our general haproxy selinux module
command: semodule -i /usr/share/haproxy/fi-haproxy.pp
when: fi_haproxy_module|changed or fi_haproxy_grep|changed
when: fi_haproxy_module is changed or fi_haproxy_grep is changed
tags:
- haproxy
- selinux