mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Corrects typo in inventory_ignore_extensions (#23099)
Corrects a typo from 'Coma-separated' to 'Comma-separated'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user