putting buildslave user in mock group so it can build rpms
This commit is contained in:
parent
d0f44d928f
commit
bf90337b3b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
when: deployment_type in ['qa-stg'] and ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
when: deployment_type in ['qa-stg'] and ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
||||||
|
|
||||||
- name: add the buildslave user
|
- name: add the buildslave user
|
||||||
user: name=buildslave
|
user: name=buildslave groups=mock
|
||||||
when: deployment_type in ['prod', 'stg', 'local', 'qa-stg']
|
when: deployment_type in ['prod', 'stg', 'local', 'qa-stg']
|
||||||
|
|
||||||
- name: add buildslaves group
|
- name: add buildslaves group
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue