renae temp f17 to fedora

add a conditional for the infrastructure repo
This commit is contained in:
Seth Vidal 2013-04-23 00:21:32 +00:00
parent 5c014479c7
commit a257bbece0
2 changed files with 8 additions and 4 deletions

View file

@ -1,6 +1,7 @@
- name: add infra repo
action: get_url url=http://infrastructure.fedoraproject.org/el/infrastructure.repo dest=/etc/yum.repos.d/
only_if: '$is_rhel'
- name: install cloud-utils
action: yum name=cloud-utils state=present