summaryrefslogtreecommitdiffstats
path: root/roles/openshift_ansible_inventory
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2015-11-04 11:32:57 -0500
committerKenny Woodson <kwoodson@redhat.com>2015-11-04 11:32:57 -0500
commit7c9755a1732b97df15655709ce333ce79d558128 (patch)
treed610e7d14762ac533298f325b8360c0ba86800c2 /roles/openshift_ansible_inventory
parentf3442b22d348fdadbf751ccd072a3ce78882c10a (diff)
downloadopenshift-7c9755a1732b97df15655709ce333ce79d558128.tar.gz
openshift-7c9755a1732b97df15655709ce333ce79d558128.tar.bz2
openshift-7c9755a1732b97df15655709ce333ce79d558128.tar.xz
openshift-7c9755a1732b97df15655709ce333ce79d558128.zip
Adding aws and gce packages to ansible-inventory
Diffstat (limited to 'roles/openshift_ansible_inventory')
-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: