Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#760 from bshephar/frr-gath…
Browse files Browse the repository at this point in the history
…er-facts

Don't fail in validating arguments if ansible_facts have not been gathered yet
  • Loading branch information
openshift-merge-bot[bot] authored Sep 24, 2024
2 parents bd9a486 + 32ac228 commit ff87359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/edpm_frr/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ argument_specs:
description: ''
type: str
edpm_frr_hostname:
default: '{{ ansible_facts[''hostname''] }}'
default: '{{ ansible_facts[''hostname''] | default("")}}'
description: Dynamically retrieved from ansible facts.
type: str
edpm_frr_image:
Expand Down

0 comments on commit ff87359

Please sign in to comment.