Skip to content

Commit

Permalink
fix wrong ovn default var
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Katharina Brechtel <[email protected]>
  • Loading branch information
mkbrechtel committed May 18, 2024
1 parent 6668174 commit fd8e990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ovn/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ovn_name: ''
ovn_roles: []
ovn_release: distro
ovn_ip_address: "{{ ansible_default_ipv6['address'] | default(ansible_default_ipv4['address']) }}"
ovn_az_name: "{{ ovn_az_name | default('') }}"
ovn_az_name: ''

0 comments on commit fd8e990

Please sign in to comment.