Adjust this for koji01.stg which is also a builder
This commit is contained in:
parent
625614e325
commit
43a0081298
1 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@
|
|||
register: max_loop
|
||||
always_run: yes
|
||||
changed_when: '1 != 1'
|
||||
when: ansible_distribution == 'Fedora' and ansible_architecture == 'x86_64'
|
||||
when: ansible_distribution_major_version != '6' and ansible_architecture == 'x86_64'
|
||||
tags:
|
||||
- koji_builder
|
||||
|
||||
|
@ -228,7 +228,7 @@
|
|||
register: max_loop
|
||||
always_run: yes
|
||||
changed_when: '1 != 1'
|
||||
when: ansible_distribution == 'RedHat' and ansible_architecture == 'x86_64'
|
||||
when: ansible_distribution == 'RedHat' and ansible_architecture == 'x86_64' and ansible_distribution_major_version == '6'
|
||||
tags:
|
||||
- koji_builder
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue