mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 07:11:25 +00:00
make --limit take a , as a separator as well as ; or :
This commit is contained in:
@@ -331,6 +331,7 @@ class Inventory(object):
|
||||
if subset_pattern is None:
|
||||
self._subset = None
|
||||
else:
|
||||
subset_pattern = subset_pattern.replace(',',':')
|
||||
self._subset = subset_pattern.replace(";",":").split(":")
|
||||
|
||||
def lift_restriction(self):
|
||||
|
||||
Reference in New Issue
Block a user