mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
first cut at changing all the old |changed to is changed per ansible deprecations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user