some more s390 tweaks
This commit is contained in:
parent
d2166dbe6f
commit
ea52ea8166
1 changed files with 3 additions and 0 deletions
|
@ -165,6 +165,7 @@
|
||||||
copy: src={{ private }}/files/koji/config.yaml dest=/root/.psphere/config.yaml
|
copy: src={{ private }}/files/koji/config.yaml dest=/root/.psphere/config.yaml
|
||||||
tags:
|
tags:
|
||||||
- koji_builder
|
- koji_builder
|
||||||
|
when: ansible_architecture == 's390x'
|
||||||
# done oz/imagefactory
|
# done oz/imagefactory
|
||||||
|
|
||||||
- name: copy over /etc/security/limits.conf
|
- name: copy over /etc/security/limits.conf
|
||||||
|
@ -178,6 +179,7 @@
|
||||||
when: not inventory_hostname.startswith('buildppc')
|
when: not inventory_hostname.startswith('buildppc')
|
||||||
tags:
|
tags:
|
||||||
- koji_builder
|
- koji_builder
|
||||||
|
when: ansible_architecture == 's390x'
|
||||||
|
|
||||||
# install libvirtd.conf
|
# install libvirtd.conf
|
||||||
#
|
#
|
||||||
|
@ -190,6 +192,7 @@
|
||||||
- restart libvirtd
|
- restart libvirtd
|
||||||
tags:
|
tags:
|
||||||
- koji_builder
|
- koji_builder
|
||||||
|
when: ansible_architecture == 's390x'
|
||||||
|
|
||||||
#
|
#
|
||||||
# On primary we want to make a /mnt/koji link to /mnt/fedora_koji/koji
|
# 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