summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2017-10-04 20:38:00 -0400
committerBrian Coca <brian.coca+git@gmail.com>2017-10-04 20:39:01 -0400
commitd2c7539ae8907d840a22d32404f625ce9893bc1e (patch)
tree94317e6783b01cb882b7b0ca020d4dbd650f54dd /examples
parente167c9338cde9df3a35682fd0a3dc0bf1f8faaf2 (diff)
downloadansible-d2c7539ae8907d840a22d32404f625ce9893bc1e.tar.gz
removed example for restricted facts namespace
(cherry picked from commit e1fab373163ea3213fb51d3460ca5baa7ff29381) fixes #31330
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 15390588af..48b54273f3 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -297,10 +297,6 @@
# only update this setting if you know how this works, otherwise it can break module execution
#network_group_modules=['eos', 'nxos', 'ios', 'iosxr', 'junos', 'vyos']
-# This keeps facts from polluting the main namespace as variables.
-# Setting to True keeps them under the ansible_facts namespace, the default is False
-#restrict_facts_namespace: True
-
# When enabled, this option allows lookups (via variables like {{lookup('foo')}} or when used as
# a loop with `with_foo`) to return data that is not marked "unsafe". This means the data may contain
# jinja2 templating language which will be run through the templating engine.