fix conditionals
This commit is contained in:
parent
2847404afc
commit
0edace9444
1 changed files with 3 additions and 3 deletions
|
@ -165,7 +165,7 @@
|
|||
copy: src={{ private }}/files/koji/config.yaml dest=/root/.psphere/config.yaml
|
||||
tags:
|
||||
- koji_builder
|
||||
when: ansible_architecture == 's390x'
|
||||
when: ansible_architecture != 's390x'
|
||||
# done oz/imagefactory
|
||||
|
||||
- name: copy over /etc/security/limits.conf
|
||||
|
@ -179,7 +179,7 @@
|
|||
when: not inventory_hostname.startswith('buildppc')
|
||||
tags:
|
||||
- koji_builder
|
||||
when: ansible_architecture == 's390x'
|
||||
when: ansible_architecture != 's390x'
|
||||
|
||||
# install libvirtd.conf
|
||||
#
|
||||
|
@ -192,7 +192,7 @@
|
|||
- restart libvirtd
|
||||
tags:
|
||||
- koji_builder
|
||||
when: ansible_architecture == 's390x'
|
||||
when: ansible_architecture != 's390x'
|
||||
|
||||
#
|
||||
# On primary we want to make a /mnt/koji link to /mnt/fedora_koji/koji
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue