# platform = multi_platform_rhel, multi_platform_fedora
# reboot = false
# strategy = enable
# complexity = low
# disruption = low
- name: Set SELinux boolean %SEBOOLID% to %SEBOOL_BOOL%
  seboolean:
    name: %SEBOOLID%
    state: %SEBOOL_BOOL%
    persistent: yes
  tags:
    @ANSIBLE_TAGS@

