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 a513064 commit 6bb7f30Copy full SHA for 6bb7f30
olam/block.yml
@@ -31,7 +31,7 @@
31
oracle.oci.oci_compute_volume_attachment:
32
config_file_location: "{{ oci_config_file | default(omit) }}"
33
config_profile_name: "{{ oci_config_section | default(omit) }}"
34
- instance_id: "{{ instance_id }}"
+ instance_id: "{{ my_instance_id }}"
35
type: paravirtualized
36
volume_id: "{{ volume_id }}"
37
compartment_id: "{{ my_compartment_id }}"
olam/build.yml
@@ -123,7 +123,7 @@
123
ansible_ssh_common_args: "-o StrictHostKeyChecking=no"
124
ansible_host: "{{ instance_public_ip }}"
125
ansible_port: 22
126
- instance_ocid: "{{ instance_id }}"
+ instance_ocid: "{{ my_instance_id }}"
127
128
- name: Create host ini file
129
ansible.builtin.lineinfile:
0 commit comments