mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
removed previously deprecated ';' host separator
This commit is contained in:
parent
0aaee0272a
commit
a3028783d4
2 changed files with 1 additions and 4 deletions
|
@ -248,10 +248,6 @@ class Inventory(object):
|
|||
if isinstance(pattern, list):
|
||||
return list(itertools.chain(*map(cls.split_host_pattern, pattern)))
|
||||
|
||||
if ';' in pattern:
|
||||
patterns = re.split('\s*;\s*', pattern)
|
||||
display.deprecated("Use ',' or ':' instead of ';' to separate host patterns")
|
||||
|
||||
# If it's got commas in it, we'll treat it as a straightforward
|
||||
# comma-separated list of patterns.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue