Fix all tasks to not use old action: statements.

This commit is contained in:
Kevin Fenzi 2016-01-06 21:25:10 +00:00
parent ba75919326
commit 4cafc2bd37
9 changed files with 22 additions and 22 deletions

View file

@ -1,11 +1,11 @@
- name: add infra repo
action: get_url url=http://infrastructure.fedoraproject.org/el/infrastructure.repo dest=/etc/yum.repos.d/
get_url: url=http://infrastructure.fedoraproject.org/el/infrastructure.repo dest=/etc/yum.repos.d/
when: is_rhel is defined
tags:
- config
- name: install cloud-utils
action: yum name=cloud-utils state=present
yum: name=cloud-utils state=present
tags:
- packages