Преглед изворни кода

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