mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Rename tests to test, use old directory name.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
[test]
|
||||
host[Z:T]
|
||||
@@ -0,0 +1,2 @@
|
||||
[test]
|
||||
host[1:2][A:B]
|
||||
@@ -0,0 +1,2 @@
|
||||
[test]
|
||||
host[001:10]
|
||||
@@ -0,0 +1,2 @@
|
||||
[test]
|
||||
host[1:2:3:4]
|
||||
@@ -0,0 +1,6 @@
|
||||
[test]
|
||||
[1:2].host
|
||||
[A:B].host
|
||||
|
||||
[test2] # comment
|
||||
[1:3].host
|
||||
@@ -0,0 +1,2 @@
|
||||
[test]
|
||||
host[1:]
|
||||
Reference in New Issue
Block a user