From 722e26c72c8a63db2fb0adff6de350fc13c01aba Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 17 May 2013 19:22:26 +0000 Subject: [PATCH] add the infrastructure repo, properly --- tasks/base.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/base.yml b/tasks/base.yml index f4366a414b..5a4ab334e9 100644 --- a/tasks/base.yml +++ b/tasks/base.yml @@ -36,6 +36,9 @@ - config - packages +- name: add infrastructure repo + action: copy src=$files/common/infrastructure.repo dest=/etc/yum.repos.d/infrastructure.repo + - name: default packages to install action: yum state=installed name=$item with_items: