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 3819137 commit 101ac11Copy full SHA for 101ac11
ol/build.yml
@@ -58,6 +58,7 @@
58
instance_display_name: "{{ result.instance.display_name }}"
59
60
- name: Launch an instance using iSCSI BV
61
+ when: volume_type == "iscsi"
62
block:
63
- name: Launch an instance
64
oracle.oci.oci_compute_instance:
@@ -89,7 +90,6 @@
89
90
desired_state: ENABLED
91
key_by: [compartment_id, availability_domain, display_name]
92
register: result
- when: volume_type == "iscsi"
93
vars:
94
timestamp: "{{ now().strftime('%Y%m%d-%H%M%S') }}"
95
retries: 10
0 commit comments