KeepAlived/roles/prereq/tasks/main.yml

5 lines
143 B
YAML
Raw Permalink Normal View History

2021-12-17 16:07:30 +01:00
---
- name: Set SELinux to disabled state
selinux:
state: disabled
when: ansible_distribution in ['CentOS', 'Red Hat Enterprise Linux']