Sfoglia il codice sorgente

PyYAML is required by openshift_facts on nodes

Clayton Coleman 7 anni fa
parent
commit
38e19f8e47
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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