Explorar el Código

Update GCP provisioning variable.

Michael Gugino hace 6 años
padre
commit
eeb038cd32
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      roles/openshift_gcp/tasks/setup_scale_group_facts.yml

+ 1 - 1
roles/openshift_gcp/tasks/setup_scale_group_facts.yml

@@ -5,7 +5,7 @@
     groups:
     - bootstrap
     - nodes
-    ignition_file: "{{ openshift_bootstrap_ignition_file }}"
+    openshift_ignition_file_path: "{{ openshift_bootstrap_ignition_file }}"
   with_items: "{{ groups['tag_ocp-bootstrap'] | default([]) }}"
 
 - name: Add master instances