mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Cleanup per notes.
Some small changes to per notes from @mpdehann.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user