mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Add pydoc to playbook binary, fix default types for playbook '.get()' call
This commit is contained in:
@@ -161,8 +161,8 @@ class PlayBook(object):
|
||||
# summary information about successes and
|
||||
# failures. TODO: split into subfunction
|
||||
|
||||
dark = results.get("dark", [])
|
||||
contacted = results.get("contacted", [])
|
||||
dark = results.get("dark", {})
|
||||
contacted = results.get("contacted", {})
|
||||
ok_hosts = contacted.keys()
|
||||
|
||||
for host, msg in dark.items():
|
||||
|
||||
Reference in New Issue
Block a user