Skip to content

Commit

Permalink
change tf in play name to oci
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraef committed May 10, 2024
1 parent 2f95953 commit 9b54e8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ocne/deploy-ocne-full-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@

tasks:

- name: Print terraform compartment_ocid
- name: Print OCI compartment_ocid
ansible.builtin.debug:
msg: OCI compartment OCID is {{ my_compartment_id }}
when: debug_enabled

- name: Print terraform vcn_ocid
- name: Print OCI vcn_ocid
ansible.builtin.debug:
msg: OCI vcn OCID is {{ my_vcn_id }}
when: debug_enabled

- name: Print terraform lb_subnet_ocid
- name: Print OCI lb_subnet_ocid
ansible.builtin.debug:
msg: OCI lb_subnet OCID is {{ my_subnet_id }}
when: debug_enabled
Expand Down

0 comments on commit 9b54e8b

Please sign in to comment.