Browse Source

Adding aws and gce packages to ansible-inventory

Kenny Woodson 9 năm trước cách đây
mục cha
commit
7c9755a173
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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: