Ver Fonte

ensuring ruamel.yaml is on target for oc_scale

ewolinetz há 8 anos atrás
pai
commit
d44fe7d012
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      roles/openshift_logging/tasks/main.yaml

+ 4 - 0
roles/openshift_logging/tasks/main.yaml

@@ -12,6 +12,10 @@
 
 - debug: msg="Created temp dir {{mktemp.stdout}}"
 
+- name: Ensuring ruamel.yaml package is on target
+  command: yum install -y ruamel.yaml
+  check_mode: no
+
 - name: Copy the admin client config(s)
   command: >
     cp {{ openshift_master_config_dir }}/admin.kubeconfig {{ mktemp.stdout }}/admin.kubeconfig