diff --git a/tasks/haproxy_service_config.yml b/tasks/haproxy_service_config.yml index f868e49..4dfc7df 100644 --- a/tasks/haproxy_service_config.yml +++ b/tasks/haproxy_service_config.yml @@ -56,4 +56,4 @@ notify: - Reload haproxy when: - - ansible_facts['selinux'].status == "enabled" + - ansible_facts['selinux']['status'] == "enabled"