Quellcode durchsuchen

Update GCP provisioning variable.

Michael Gugino vor 6 Jahren
Ursprung
Commit
eeb038cd32
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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