You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin fails to git clone roles in requirements.yaml if those roles are not publicly accessible.
Plugin supports private-key parameter which creates /tmp/privateKey* file containing private key for SSH auth, however this parameter is only passed to ansible command.
Unfortunately ansible-galaxy is unaware of this private key and is unable to authenticate.
Expectation:
When plugin excepts private_key parameter I would expect it to use this key consistently across all commands within this plugin.
The text was updated successfully, but these errors were encountered:
Plugin fails to
git clone
roles in requirements.yaml if those roles are not publicly accessible.Plugin supports private-key parameter which creates /tmp/privateKey* file containing private key for SSH auth, however this parameter is only passed to
ansible
command.Unfortunately
ansible-galaxy
is unaware of this private key and is unable to authenticate.Expectation:
When plugin excepts private_key parameter I would expect it to use this key consistently across all commands within this plugin.
The text was updated successfully, but these errors were encountered: