diff --git a/roles/bodhi2/base/tasks/main.yml b/roles/bodhi2/base/tasks/main.yml index 83faeb107c..8ecc9792e1 100644 --- a/roles/bodhi2/base/tasks/main.yml +++ b/roles/bodhi2/base/tasks/main.yml @@ -163,7 +163,7 @@ - selinux - name: /usr/share/bodhi/.fedora file contexts - command: semanage fcontext -a -t httpd_sys_content_rw_t "/usr/share/bodhi/.fedora" + command: semanage fcontext -a -t httpd_sys_rw_content_t "/usr/share/bodhi/.fedora" when: homedir.stdout.find('httpd_sys_content_t') == -1 tags: - config