mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Update reporting on playbook runs.
This commit is contained in:
@@ -75,7 +75,7 @@ class Cli(object):
|
||||
host_list=options.host_list,
|
||||
forks=options.forks,
|
||||
pattern=options.pattern,
|
||||
verbose=False,
|
||||
verbose=True,
|
||||
)
|
||||
else:
|
||||
return ansible.playbook.PlayBook(
|
||||
@@ -85,7 +85,7 @@ class Cli(object):
|
||||
remote_pass=sshpass,
|
||||
host_list=options.host_list,
|
||||
forks=options.forks,
|
||||
verbose=False,
|
||||
verbose=True
|
||||
)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user