diff options
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 069055539d..dc8d8b7443 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -72,7 +72,7 @@ # enable callback plugins, they can output to stdout but cannot be 'stdout' type. #callback_whitelist = timer, mail -# enable inventory plugins, default: 'host_list', 'script', 'ini', 'yaml' +# enable inventory plugins, default: 'host_list', 'script', 'yaml', 'ini' #inventory_enabled = host_list, aws, openstack, docker # Determine whether includes in tasks and handlers are "static" by |