Changing selinux bool names. whee!

This commit is contained in:
Kevin Fenzi 2015-01-05 21:50:59 +00:00
parent f21f2b8bb4
commit af115ef1e8

View file

@ -183,6 +183,14 @@
tags:
- selinux
- koji_hub
when: ansible_distribution == "RedHat" and ansible_distribution_major_version == "6"
- name: set sebooleans so koji can anon write
seboolean: name=httpd_anon_write state=true persistent=true
tags:
- selinux
- koji_hub
when: ansible_distribution == "RedHat" and ansible_distribution_major_version == "7"
- name: Set httpd to run on boot
service: name=httpd enabled=yes