浏览代码

Merge pull request #809 from kwoodson/invenupdate

Adding aws and gce to ansibe-inventory.
Kenny Woodson 9 年之前
父节点
当前提交
dfb3ccfff1
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      roles/openshift_ansible_inventory/tasks/main.yml

+ 5 - 1
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: