diff --git a/roles/taskotron/buildmaster/tasks/main.yml b/roles/taskotron/buildmaster/tasks/main.yml index 131d09be22..27be1ac89f 100644 --- a/roles/taskotron/buildmaster/tasks/main.yml +++ b/roles/taskotron/buildmaster/tasks/main.yml @@ -49,9 +49,9 @@ command: semanage fcontext -a -t var_lib_t "{{ buildmaster_home }}(/.*)?" when: deployment_type in ['dev', 'stg', 'prod', 'qa-stg'] -- name: make sure the selinux fcontext is restored - command: restorecon -R "{{ buildmaster_home }}" - when: deployment_type in ['dev', 'stg', 'prod', 'qa-stg'] +#- name: make sure the selinux fcontext is restored +# command: restorecon -R "{{ buildmaster_home }}" +# when: deployment_type in ['dev', 'stg', 'prod', 'qa-stg'] - name: allow httpd tcp connections with selinux seboolean: name=httpd_can_network_connect state=true persistent=yes