adding 32 bit support to yumrepos task and changing virt29 to i386
This commit is contained in:
parent
8465d6243a
commit
ed947449af
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ nm: 255.255.255.0
|
|||
gw: 10.5.124.254
|
||||
dns: 10.5.126.21
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-20
|
||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/20/Fedora/x86_64/os/
|
||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/20/Fedora/i386/os/
|
||||
volgroup: /dev/vmstore
|
||||
eth0_ip: 10.5.124.190
|
||||
vmhost: qa07.qa.fedoraproject.org
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
- fedora.repo
|
||||
- fedora-updates.repo
|
||||
- fedora-updates-testing.repo
|
||||
when: ansible_distribution == 'Fedora' and ansible_architecture == 'x86_64'
|
||||
when: ansible_distribution == 'Fedora' and (ansible_architecture == 'x86_64' or ansible_architecture == 'i386')
|
||||
tags:
|
||||
- config
|
||||
- packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue