mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
Make parameterized playbook includes work with vars as a list
Fixes #1610.
This commit is contained in:
parent
5752d2a850
commit
eebbbd3f0e
3 changed files with 12 additions and 2 deletions
|
@ -217,7 +217,7 @@ class TestPlaybook(unittest.TestCase):
|
|||
"localhost": {
|
||||
"changed": 0,
|
||||
"failures": 0,
|
||||
"ok": 5,
|
||||
"ok": 10,
|
||||
"skipped": 0,
|
||||
"unreachable": 0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue