Parser for '--limit' option does not support "," (comma) as delimiter
Opened this issue · 0 comments
mtm-cobhamsatcom commented
ansible-cmdb/src/ansiblecmdb/ansible.py
Line 67 in 3f3e412
Using the '--limit' cli flag does not support "," (comma) as a delimiter for separate different group patterns.
From documentation:
Link: https://docs.ansible.com/ansible/latest/inventory_guide/intro_patterns.html
You can use either a comma (,) or a colon (:) to separate a list of hosts. The comma is preferred when dealing with ranges and IPv6 addresses.