mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
hook up --private-key to the runner
This commit is contained in:
parent
96ef6482c5
commit
b42628d858
2 changed files with 3 additions and 1 deletions
|
@ -77,7 +77,8 @@ def main(args):
|
|||
sudo=options.sudo,
|
||||
sudo_user=options.sudo_user,
|
||||
sudo_pass=sudopass,
|
||||
extra_vars=extra_vars
|
||||
extra_vars=extra_vars,
|
||||
private_key_file=options.private_key_file
|
||||
)
|
||||
try:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue