mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Add pydoc to playbook binary, fix default types for playbook '.get()' call
This commit is contained in:
parent
34cbbfbfe1
commit
c57df6220b
2 changed files with 10 additions and 3 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue