diff --git a/releasenotes/notes/ansible-facts-4279741e84c03ce0.yaml b/releasenotes/notes/ansible-facts-4279741e84c03ce0.yaml index 3e6a5a19c8..d403697b79 100644 --- a/releasenotes/notes/ansible-facts-4279741e84c03ce0.yaml +++ b/releasenotes/notes/ansible-facts-4279741e84c03ce0.yaml @@ -4,7 +4,7 @@ upgrade: Updates all references to Ansible facts within Kolla Ansible from using individual fact variables to using the items in the ``ansible_facts`` dictionary. This allows users to disable `fact variable injection - - __ in their Ansible configuration, which may provide some performance + `__ + in their Ansible configuration, which may provide some performance improvement. Check for facts referenced in local configuration files, and update to use ``ansible_facts`` before disabling fact variable injection.