Adjust this for koji01.stg which is also a builder

This commit is contained in:
Kevin Fenzi 2015-01-08 20:37:27 +00:00
parent 625614e325
commit 43a0081298

View file

@ -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