Fix typo in ansible_facts
Remove extra underscore:- ansible__facts --> ansible_facts Was introduced in [1]. [1] https://review.opendev.org/c/openstack/tripleo-heat-templates/+/776659 Related-Bug: #1915761 Change-Id: I90f7fbb7590bd339074920f364f5f40b92435e14
This commit is contained in:
parent
9790824f57
commit
236e0e0b71
@ -156,7 +156,7 @@ outputs:
|
||||
- python3-openstackclient
|
||||
- openssl
|
||||
state: present
|
||||
when: ansible__facts['distribution_major_version'] is version(8, '>=')
|
||||
when: ansible_facts['distribution_major_version'] is version(8, '>=')
|
||||
when: {get_param: EnablePackageInstall}
|
||||
- name: enable virt_sandbox_use_netlink for healthcheck
|
||||
seboolean:
|
||||
|
Loading…
Reference in New Issue
Block a user