diff --git a/roles/taskotron/buildmaster/tasks/main.yml b/roles/taskotron/buildmaster/tasks/main.yml index d799ca3547..1947e6b8a4 100644 --- a/roles/taskotron/buildmaster/tasks/main.yml +++ b/roles/taskotron/buildmaster/tasks/main.yml @@ -45,9 +45,9 @@ file: path="{{ buildmaster_home }}" state=directory owner=buildmaster group=buildmaster mode=0775 when: deployment_type in ['dev', 'stg', 'prod'] -- name: set the selinux fcontext type for the buildmaster_home to var_lib_t - command: semanage fcontext -a -t var_lib_t "{{ buildmaster_home }}(/.*)?" - when: deployment_type in ['dev', 'stg', 'prod', 'qa-stg'] +#- name: set the selinux fcontext type for the buildmaster_home to var_lib_t +# 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 }}"