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