From 8cefcd7f0b2bf58af9e4a423c7ef7b82923e4c16 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 17 Apr 2017 20:31:13 +0000 Subject: [PATCH] also install alternative arch repos on s390x --- tasks/yumrepos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index 0aba7ef71b..b6031b1f75 100644 --- a/tasks/yumrepos.yml +++ b/tasks/yumrepos.yml @@ -41,7 +41,7 @@ - fedora.repo - fedora-updates.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: - config - packages