From 142869d2661b77d5b9778fb5aa75d0134b49a4bb Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 29 Aug 2017 11:49:18 -0400 Subject: [PATCH] fixed typo --- examples/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ansible.cfg b/examples/ansible.cfg index fa73d4a5145..695cf0cec2c 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -312,7 +312,7 @@ [inventory] # enable inventory plugins, default: 'host_list', 'script', 'yaml', 'ini' -#enabled_plugins = host_list, virtualbox, yaml, constructed +#enable_plugins = host_list, virtualbox, yaml, constructed # ignore these extensions when parsing a directory as inventory source #ignore_extensions = '.pyc', '.pyo', '.swp', '.bak', '~', '.rpm', '.md', '.txt', '~', '.orig', '.ini', '.cfg', '.retry'