mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Cleanup per notes.
Some small changes to per notes from @mpdehann.
This commit is contained in:
parent
cb7c2b7524
commit
598b9c6b7c
4 changed files with 34 additions and 22 deletions
|
@ -416,10 +416,10 @@ class TestPlaybook(unittest.TestCase):
|
|||
|
||||
expected = {
|
||||
"localhost": {
|
||||
"changed": 41,
|
||||
"changed": 29,
|
||||
"failures": 0,
|
||||
"ok": 45,
|
||||
"skipped": 0,
|
||||
"ok": 33,
|
||||
"skipped": 12,
|
||||
"unreachable": 0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue