koji_builder: update for aarch64 secondary builders
This commit is contained in:
parent
7315424b5e
commit
e55cfcb06a
1 changed files with 4 additions and 4 deletions
|
@ -104,7 +104,7 @@
|
|||
|
||||
- name: /etc/kojid/kojid.conf
|
||||
copy: src=kojid.conf dest=/etc/kojid/kojid.conf
|
||||
when: not inventory_hostname.startswith(('arm01','arm03','koji01.stg','buildvm-01.stg'))
|
||||
when: not inventory_hostname.startswith(('arm01','arm03','aarch64','koji01.stg','buildvm-01.stg'))
|
||||
notify:
|
||||
- restart kojid
|
||||
tags:
|
||||
|
@ -112,7 +112,7 @@
|
|||
|
||||
- name: arm /etc/kojid/kojid.conf
|
||||
copy: src=arm-kojid.conf dest=/etc/kojid/kojid.conf
|
||||
when: inventory_hostname.startswith(('arm01','arm03'))
|
||||
when: inventory_hostname.startswith(('arm01','arm03','aarch64'))
|
||||
notify:
|
||||
- restart kojid
|
||||
tags:
|
||||
|
@ -128,13 +128,13 @@
|
|||
|
||||
- name: /etc/koji/koji.conf
|
||||
copy: src=koji.conf dest=/etc/koji.conf
|
||||
when: not inventory_hostname.startswith(('arm01','arm03'))
|
||||
when: not inventory_hostname.startswith(('arm01','arm03','aarch64'))
|
||||
tags:
|
||||
- koji_builder
|
||||
|
||||
- name: /etc/koji/koji.conf
|
||||
copy: src=arm-koji.conf dest=/etc/koji.conf
|
||||
when: inventory_hostname.startswith(('arm01','arm03'))
|
||||
when: inventory_hostname.startswith(('arm01','arm03','aarch64'))
|
||||
tags:
|
||||
- koji_builder
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue