Cleanup per notes.

Some small changes to per notes from @mpdehann.
This commit is contained in:
Richard C Isaacson 2014-02-12 10:01:10 -06:00
parent cb7c2b7524
commit 598b9c6b7c
4 changed files with 34 additions and 22 deletions

View file

@ -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
}
}