Merge "Fix to get HOME environment in dhcp-provisioning validation"

This commit is contained in:
Zuul 2022-07-07 16:32:37 +00:00 committed by Gerrit Code Review
commit 060aef2900
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
- name: Gather undercloud.conf values
validations_read_ini:
path: "{{ ansible_env.HOME }}/undercloud.conf"
path: "{{ lookup('env', 'HOME') }}/undercloud.conf"
section: DEFAULT
key: local_interface
ignore_missing_file: true