Merge branch 'master' of /git/ansible
This commit is contained in:
commit
178fa600da
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@
|
||||||
- python2-rpmfluff
|
- python2-rpmfluff
|
||||||
when: (deployment_type == 'qa-stg') and (ansible_distribution_major_version|int > 21) and (ansible_cmdline.ostree is not defined)
|
when: (deployment_type == 'qa-stg') and (ansible_distribution_major_version|int > 21) and (ansible_cmdline.ostree is not defined)
|
||||||
|
|
||||||
|
- name: set the selinux fcontext type for the buildmaster_home to var_lib_t
|
||||||
|
command: semanage fcontext -a -t var_lib_t "{{ slave_dir }}(/.*)?"
|
||||||
|
when: deployment_type in ['qa-stg']
|
||||||
|
|
||||||
- name: add the buildslave user for taskotron
|
- name: add the buildslave user for taskotron
|
||||||
user: name=buildslave
|
user: name=buildslave
|
||||||
when: deployment_type in ['local']
|
when: deployment_type in ['local']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue