Skip to content

Commit

Permalink
An omission from #2. Not noticed because it defaults to syntactically…
Browse files Browse the repository at this point in the history
… valid value.
  • Loading branch information
dseeley-sky committed Apr 1, 2020
1 parent ebce75b commit 482bcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create/tasks/gce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
maintenance_mode: "true"
deploy_status: "{%- if rescuing is defined and rescuing != \"false\" and instance_to_create is defined and instance_to_create == item.hostname -%}old{%- elif instance_to_create is defined and instance_to_create == item.hostname -%}new{%- else -%}{{item.current_deploy_status}}{%- endif -%}"
network_interfaces:
- network: "{{ gcp_compute_network_info['items'][0] | default({}) }}"
- network: "{{ gcp_compute_network_info['resources'][0] | default({}) }}"
subnetwork: "{{ gcp_compute_subnetwork_info['resources'][0] | default({}) }}"
access_configs: "{%- if cluster_vars.assign_public_ip == 'yes' -%}[{\"name\": \"External NAT\", \"type\": \"ONE_TO_ONE_NAT\"}]{%- else -%}[]{%- endif -%}"
tags: { items: "{{cluster_vars.network_fw_tags}}" }
Expand Down

0 comments on commit 482bcf1

Please sign in to comment.