mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Corrects typo in inventory_ignore_extensions
(#23099)
Corrects a typo from 'Coma-separated' to 'Comma-separated'
This commit is contained in:
parent
99a160f9c7
commit
8f4652ab2f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue