also install alternative arch repos on s390x

This commit is contained in:
Kevin Fenzi 2017-04-17 20:31:13 +00:00
parent bb05921e7a
commit 8cefcd7f0b

View file

@ -41,7 +41,7 @@
- fedora.repo - fedora.repo
- fedora-updates.repo - fedora-updates.repo
- fedora-updates-testing.repo - fedora-updates-testing.repo
when: ansible_distribution == 'Fedora' and (ansible_architecture == 'aarch64' or ansible_architecture == 'ppc64' or ansible_architecture == 'ppc64le') when: ansible_distribution == 'Fedora' and (ansible_architecture == 'aarch64' or ansible_architecture == 'ppc64' or ansible_architecture == 'ppc64le' or ansible_architecture == 's390x')
tags: tags:
- config - config
- packages - packages