Skip to content
Snippets Groups Projects
Commit a08aaf7d authored by Mark Goddard's avatar Mark Goddard Committed by Radosław Piliszek
Browse files

Fix release note for ansible_facts

Change-Id: I0103d7ef55e6aebe043a582d36f1a2efa137f447
parent d3282652
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ upgrade: ...@@ -4,7 +4,7 @@ upgrade:
Updates all references to Ansible facts within Kolla Ansible from using Updates all references to Ansible facts within Kolla Ansible from using
individual fact variables to using the items in the ``ansible_facts`` individual fact variables to using the items in the ``ansible_facts``
dictionary. This allows users to disable `fact variable injection dictionary. This allows users to disable `fact variable injection
<https://docs.ansible.com/ansible/latest/reference_appendices/config.html#inject-facts-as-vars> <https://docs.ansible.com/ansible/latest/reference_appendices/config.html#inject-facts-as-vars>`__
__ 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 improvement. Check for facts referenced in local configuration files, and
update to use ``ansible_facts`` before disabling fact variable injection. update to use ``ansible_facts`` before disabling fact variable injection.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment