Add undocumented configuration parameter and explain in porting guide (#36059)

* Add undocumented configuration parameter and explain in porting guide
This commit is contained in:
skylerbunny 2018-09-17 04:08:25 -07:00 committed by John R Barker
commit a892a6ef03
2 changed files with 24 additions and 0 deletions

View file

@ -55,6 +55,15 @@
# environment.
# gather_timeout = 10
# Ansible facts are available inside the ansible_facts.* dictionary
# namespace. This setting maintains the behaviour which was the default prior
# to 2.5, duplicating these variables into the main namespace, each with a
# prefix of 'ansible_'.
# This variable is set to True by default for backwards compatibility. It
# will be changed to a default of 'False' in a future release.
# ansible_facts.
# inject_facts_as_vars = True
# additional paths to search for roles in, colon separated
#roles_path = /etc/ansible/roles