Преглед на файлове

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