mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
Might be it needs this.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
- fedora.repo
|
||||
- fedora-updates.repo
|
||||
- fedora-updates-testing.repo
|
||||
when: is_fedora and ansible_architecture is x86_64
|
||||
when: is_fedora == 'True' and ansible_architecture is x86_64
|
||||
tags:
|
||||
- config
|
||||
- packages
|
||||
@@ -27,7 +27,7 @@
|
||||
- fedora.repo
|
||||
- fedora-updates.repo
|
||||
- fedora-updates-testing.repo
|
||||
when: is_fedora and {{ ansible_architecture }}.startswith('armv7l')
|
||||
when: is_fedora == 'True' and ansible_architecture is armv7l
|
||||
tags:
|
||||
- config
|
||||
- packages
|
||||
|
||||
Reference in New Issue
Block a user