We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0233e commit 9fb9712Copy full SHA for 9fb9712
roles/platform/tasks/initialize_gcp.yml
@@ -15,6 +15,7 @@
15
# limitations under the License.
16
17
- name: Discover GCP VPC
18
+ when: not plat__gcp_subnet_id
19
google.cloud.gcp_compute_network_info:
20
project: "{{ plat__gcp_project }}"
21
filters:
0 commit comments