staging-sync/koji: fix the name of the groups having the koji builders in staging
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
41e3162744
commit
1193ccd63b
1 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@
|
||||||
service: name=kojira state=started
|
service: name=kojira state=started
|
||||||
|
|
||||||
- name: remount NFS on builders, composers, bodhi and odcs
|
- name: remount NFS on builders, composers, bodhi and odcs
|
||||||
hosts: builders-stg:releng-stg:bodhi-backend-stg:odcs-backend-stg:odcs-frontend-stg
|
hosts: builders_stg:releng-stg:bodhi-backend-stg:odcs-backend-stg:odcs-frontend-stg
|
||||||
user: root
|
user: root
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
@ -151,7 +151,7 @@
|
||||||
when: "'.s390.' not in inventory_hostname"
|
when: "'.s390.' not in inventory_hostname"
|
||||||
|
|
||||||
- name: restart kojid on staging builders
|
- name: restart kojid on staging builders
|
||||||
hosts: builders-stg
|
hosts: builders_stg
|
||||||
user: root
|
user: root
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue