Corrects typo in `inventory_ignore_extensions` (#23099)
Corrects a typo from 'Coma-separated' to 'Comma-separated'pull/4420/head
parent
99a160f9c7
commit
8f4652ab2f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue