Fix typo with arm repos
This commit is contained in:
parent
f2799983ec
commit
1a7fefbe68
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
- packages
|
||||
|
||||
- name: put fedora repos on arm systems
|
||||
action: copy src="{{ files }}/common/{{ item-arm }}" dest="/etc/yum.repos.d/{{ item }}"
|
||||
action: copy src="{{ files }}/common/{{ item }}-arm" dest="/etc/yum.repos.d/{{ item }}"
|
||||
with_items:
|
||||
- fedora.repo
|
||||
- fedora-updates.repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue