diff options
author | Pierre-Louis Bonicoli <pierre-louis.bonicoli@libregerbil.fr> | 2018-12-12 01:34:25 +0100 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2018-12-12 09:35:13 -0800 |
commit | 7e278b23b496d551e39caea5fb24ed8a396a9a47 (patch) | |
tree | 9de32180396c9ef48c2eaecba2667a8dfb354cd3 /examples/ansible.cfg | |
parent | 2f8001a7afcd5575c155e2f4e4bd56a2b75dd6a4 (diff) | |
download | ansible-7e278b23b496d551e39caea5fb24ed8a396a9a47.tar.gz |
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/ansible.cfg')
-rw-r--r-- | examples/ansible.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg index a93ee3e8e5..b41fbe0114 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 |