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
connect failed: failed to install galaxy collections/roles: [WARNING]: - myrole was NOT installed successfully: - command /usr/bin/git clone
https://github.com/malins/myrole.git myrole failed in
directory /home/ansible/.ansible/tmp/ansible-local-243zzwzx8cq/tmp2sx5cq34
(rc=128) - Cloning into 'myrole'... fatal: could not read Username for
'https://github.com': No such device or address
ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.
No config file found; using defaults
Starting galaxy role install process: exit status 1
I tried to exec into the pod and issue the command "git config --global credential.helper store" -- and suddenly it start working.
Any help appreciated. Thank you
Manuel
The text was updated successfully, but these errors were encountered:
I have the same problem.
The file created in /ansibleRun/UUID/.git-credentials is in the wrong path. According to git docs, it was supposed to be in /home/ansible but the file is not created there.
Hello,
I'm trying to install a role from a private repository at github, but I do not succeed.
I'm using latest version of this provider (0.6.0).
My provider configuration looks like this:
My secret contains the credentials in the following format:
https://malins:[email protected]
Then, I reference my role in the ansiblerun resource:
The error I'm getting is:
I tried to exec into the pod and issue the command "git config --global credential.helper store" -- and suddenly it start working.
Any help appreciated. Thank you
Manuel
The text was updated successfully, but these errors were encountered: