Skip to content

Commit c412755

Browse files
committed
fix typos and fix lint
1 parent 6d0a410 commit c412755

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

olvm/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
- name: Add instance id to state file
5252
ansible.builtin.lineinfile:
5353
path: .ansible-state
54-
line: "instance{{ ansible_loop.index0 +1 }}_ocid: {{ my_instance_id }}"
54+
line: "instance{{ ansible_loop.index0 + 1 }}_ocid: {{ my_instance_id }}"
5555
mode: "0755"
56-
56+
5757
- name: Set the compute instance display_name
5858
ansible.builtin.set_fact:
5959
instance_display_name: "{{ result.instance.display_name }}"

olvm/create_instance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
- name: Create oci state file
9292
ansible.builtin.file:
93-
patth: .ansible-state
93+
path: .ansible-state
9494
state: touch
9595
mode: "0755"
9696

olvm/create_vlan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@
7272
ansible.builtin.lineinfile:
7373
path: .ansible-state
7474
line: "vlan_ocid: {{ my_vlan_id }}"
75-
mode: "0755"
75+
mode: "0755"

0 commit comments

Comments
 (0)