浏览代码

PyYAML is required by openshift_facts on nodes

Clayton Coleman 7 年之前
父节点
当前提交
38e19f8e47
共有 1 个文件被更改,包括 2 次插入0 次删除
  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