mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Make parameterized playbook includes work with vars as a list
Fixes #1610.
This commit is contained in:
@@ -217,7 +217,7 @@ class TestPlaybook(unittest.TestCase):
|
||||
"localhost": {
|
||||
"changed": 0,
|
||||
"failures": 0,
|
||||
"ok": 5,
|
||||
"ok": 10,
|
||||
"skipped": 0,
|
||||
"unreachable": 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user