From 202c9b39842babdd459f3fbf93212da05c64a412 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Fri, 10 Mar 2017 09:27:01 +0000 Subject: [PATCH] This takes forever --- roles/taskotron/buildmaster/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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