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 72567ad commit 27d7bf2Copy full SHA for 27d7bf2
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