Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Louis Bonicoli <pierre-louis.bonicoli@libregerbil.fr>2018-12-12 03:34:25 +0300
committerToshio Kuratomi <a.badger@gmail.com>2018-12-12 20:35:13 +0300
commit7e278b23b496d551e39caea5fb24ed8a396a9a47 (patch)
tree9de32180396c9ef48c2eaecba2667a8dfb354cd3 /examples
parent2f8001a7afcd5575c155e2f4e4bd56a2b75dd6a4 (diff)
inventory plugin order: update doc
add doc for #44428: - add changelog fragment - update porting guide also: - update auto inventory plugin doc - mention toml plugin in examples
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index a93ee3e8e56..b41fbe01140 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -324,7 +324,7 @@
#any_errors_fatal = False
[inventory]
-# enable inventory plugins, default: 'host_list', 'script', 'auto', 'yaml', 'ini'
+# enable inventory plugins, default: 'host_list', 'script', 'auto', 'yaml', 'ini', 'toml'
#enable_plugins = host_list, virtualbox, yaml, constructed
# ignore these extensions when parsing a directory as inventory source