From 1a7fefbe68bd9a1f6f41fd00d51aa0e066483043 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 26 Jan 2014 01:10:38 +0000 Subject: [PATCH] Fix typo with arm repos --- tasks/yumrepos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index f3af6f7def..f92af0a840 100644 --- a/tasks/yumrepos.yml +++ b/tasks/yumrepos.yml @@ -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