mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Added rough sketch of what I want for playbook support. Debug heavy at the moment
as I figure out how logging/output might look. A couple of major TODO features also listed in the file.
This commit is contained in:
@@ -78,6 +78,7 @@ class Cli(object):
|
||||
)
|
||||
else:
|
||||
return ansible.playbook.PlayBook(
|
||||
playbook=options.playbook,
|
||||
module_path=options.module_path,
|
||||
remote_user=options.remote_user,
|
||||
remote_pass=sshpass,
|
||||
|
||||
Reference in New Issue
Block a user