summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2015-11-04 11:37:07 -0500
committerKenny Woodson <kwoodson@redhat.com>2015-11-04 11:37:07 -0500
commitdfb3ccfff1fe05f38143d5339260ccb6da811c17 (patch)
tree8a4e0c6145485f44d4db96e973ad975941d16030 /roles
parent9ceee5dfeb5a7acfdb1e6b427e288596c4e4f64a (diff)
parent7c9755a1732b97df15655709ce333ce79d558128 (diff)
downloadopenshift-dfb3ccfff1fe05f38143d5339260ccb6da811c17.tar.gz
openshift-dfb3ccfff1fe05f38143d5339260ccb6da811c17.tar.bz2
openshift-dfb3ccfff1fe05f38143d5339260ccb6da811c17.tar.xz
openshift-dfb3ccfff1fe05f38143d5339260ccb6da811c17.zip
Merge pull request #809 from kwoodson/invenupdate
Adding aws and gce to ansibe-inventory.
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_ansible_inventory/tasks/main.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/roles/openshift_ansible_inventory/tasks/main.yml b/roles/openshift_ansible_inventory/tasks/main.yml
index bce6a8745..f6919dada 100644
--- a/roles/openshift_ansible_inventory/tasks/main.yml
+++ b/roles/openshift_ansible_inventory/tasks/main.yml
@@ -1,7 +1,11 @@
---
- yum:
- name: openshift-ansible-inventory
+ name: "{{ item }}"
state: present
+ with_items:
+ - openshift-ansible-inventory
+ - openshift-ansible-inventory-aws
+ - openshift-ansible-inventory-gce
- name:
copy: