Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ansible_ssh_common_args in molecule.yml #3121

Merged
merged 2 commits into from
May 19, 2021

Conversation

gardar
Copy link
Contributor

@gardar gardar commented May 17, 2021

Makes the option ansible_ssh_common_args in molecule.yml work as documented:

        driver:
          name: delegated
          options:
            managed: True
            ansible_connection_options:
              ansible_connection: ssh
              ansible_ssh_common_args: '-F /path/to/ssh-config'

Fixes: #2859
Fixes: #2931

Makes the option `ansible_ssh_common_args` in molecule.yml work as documented.
@ssbarnea
Copy link
Member

@gardar don't forget to fix the linter.

@ssbarnea ssbarnea merged commit 6f52203 into ansible:master May 19, 2021
@gardar
Copy link
Contributor Author

gardar commented May 20, 2021

Missed this yesterday, thanks for fixing it for me @ssbarnea !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants