Add the infrastructure-testing.repo to ansible.

This commit is contained in:
Ralph Bean 2013-06-21 19:21:17 +00:00
parent 2cc804b346
commit 7852834ad5
2 changed files with 11 additions and 1 deletions

View file

@ -11,7 +11,10 @@
- packages
- name: add infrastructure repo
action: copy src=$files/common/infrastructure.repo dest=/etc/yum.repos.d/infrastructure.repo
action: copy src=$files/common/$item dest=/etc/yum.repos.d/$item
with_items:
- infrastructure.repo
- infrastructure-testing.repo
tags:
- config
- packages