diff --git a/roles/taskotron/buildmaster/tasks/main.yml b/roles/taskotron/buildmaster/tasks/main.yml index 4efce9329d..b3ebc3d45b 100644 --- a/roles/taskotron/buildmaster/tasks/main.yml +++ b/roles/taskotron/buildmaster/tasks/main.yml @@ -36,7 +36,7 @@ - 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', 'qa-stg'] + when: deployment_type in ['dev', 'stg', 'qa-stg'] - name: add the buildmaster user user: name={{ buildmaster_user }} home={{ buildmaster_home }}