Browse Source

PyYAML is required by openshift_facts on nodes

Clayton Coleman 7 năm trước cách đây
mục cha
commit
38e19f8e47
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      playbooks/gcp/openshift-cluster/build_base_image.yml

+ 2 - 0
playbooks/gcp/openshift-cluster/build_base_image.yml

@@ -119,6 +119,8 @@
   - name: Install common image prerequisites
     package: name={{ item }} state=latest
     with_items:
+    # required by Ansible
+    - PyYAML
     - docker
     - google-compute-engine
     - google-compute-engine-init