mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
some more s390 tweaks
This commit is contained in:
@@ -165,6 +165,7 @@
|
||||
copy: src={{ private }}/files/koji/config.yaml dest=/root/.psphere/config.yaml
|
||||
tags:
|
||||
- koji_builder
|
||||
when: ansible_architecture == 's390x'
|
||||
# done oz/imagefactory
|
||||
|
||||
- name: copy over /etc/security/limits.conf
|
||||
@@ -178,6 +179,7 @@
|
||||
when: not inventory_hostname.startswith('buildppc')
|
||||
tags:
|
||||
- koji_builder
|
||||
when: ansible_architecture == 's390x'
|
||||
|
||||
# install libvirtd.conf
|
||||
#
|
||||
@@ -190,6 +192,7 @@
|
||||
- restart libvirtd
|
||||
tags:
|
||||
- koji_builder
|
||||
when: ansible_architecture == 's390x'
|
||||
|
||||
#
|
||||
# On primary we want to make a /mnt/koji link to /mnt/fedora_koji/koji
|
||||
|
||||
Reference in New Issue
Block a user