Corrects typo in inventory_ignore_extensions (#23099)

Corrects a typo from 'Coma-separated' to 'Comma-separated'
This commit is contained in:
Jerry Wardlow 2017-03-29 20:16:14 -07:00 committed by scottb
parent 99a160f9c7
commit 8f4652ab2f

View file

@ -507,7 +507,7 @@ It used to be called hostfile in Ansible before 1.9
inventory_ignore_extensions
===========================
Coma-separated list of file extension patterns to ignore when Ansible inventory
Comma-separated list of file extension patterns to ignore when Ansible inventory
is a directory with multiple sources (static and dynamic)::
inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo