Might be it needs this.
This commit is contained in:
parent
612f2ac42f
commit
e6025b6e8c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue