Skip to content

Commit

Permalink
Fix typo in submission
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Sep 25, 2022
1 parent 88c5209 commit 3dd6bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/kiss/tasks/commission/submit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
body_format: json
body:
access:
address_primary: "{{ interface_primary_address_ipv4 | default(ansible_ssh_host) }}"
address_secondary: "{{ interface_secondary_address_ipv4 | default(None) }}"
addressPrimary: "{{ interface_primary_address_ipv4 | default(ansible_ssh_host) }}"
addressSecondary: "{{ interface_secondary_address_ipv4 | default(None) }}"
machine:
uuid: "{{ ansible_host_uuid }}"
power:
Expand Down

0 comments on commit 3dd6bca

Please sign in to comment.