mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-30 07:50:43 +00:00
Small change to previous patch, make ranges of hosts inclusive.
This commit is contained in:
parent
416b8d59a9
commit
8fa4dc3920
7 changed files with 39 additions and 45 deletions
|
|
@ -1,13 +1,13 @@
|
|||
jupiter
|
||||
saturn
|
||||
thrudgelmir[:6]
|
||||
thrudgelmir[:5]
|
||||
|
||||
[greek]
|
||||
zeus
|
||||
hera:3000
|
||||
poseidon
|
||||
cerberus[001:004]
|
||||
cottus[99:101]
|
||||
cerberus[001:003]
|
||||
cottus[99:100]
|
||||
|
||||
[norse]
|
||||
thor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue