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 55374a0 commit 4aed888Copy full SHA for 4aed888
olvm/create_instance.yml
@@ -426,11 +426,16 @@
426
id: "{{ my_security_list_id }}"
427
state: absent
428
429
- - name: Delete the route table
+ - name: Delete the private route table
430
oracle.oci.oci_network_route_table:
431
id: "{{ my_private_rt_id }}"
432
433
434
+ - name: Delete the public route table
435
+ oracle.oci.oci_network_route_table:
436
+ id: "{{ my_public_rt_id }}"
437
+ state: absent
438
+
439
- name: Delete the Service Gateway
440
oracle.oci.oci_network_service_gateway:
441
id: "{{ my_service_gateway_id }}"
@@ -452,3 +457,5 @@
452
457
path: "{{ item }}"
453
458
loop:
454
459
- oci_vars.yml
460
+ - buffer
461
+ - hosts
0 commit comments