taskotron-stg: set the selinux fcontext type for the buildmaster_home
This commit is contained in:
parent
5c98294ee5
commit
bb8b90aba4
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue