|
def _parse_limit(self, limit): |
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.