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
When running module retrieve with a TAG, the command that is executed seems to forget the URL of the repo.
Without the TAG everything seems to work fine.
SUMMARY
When running module retrieve with a TAG, the command that is executed seems to forget the URL of the repo.
Without the TAG everything seems to work fine.
ISSUE TYPE
COMPONENT NAME
ansible.scm.retrieve
ANSIBLE VERSION
COLLECTION VERSION
tested with 1.2.2, 2.0, 3.0
same result for all of them
CONFIGURATION
OS / ENVIRONMENT
all OS
STEPS TO REPRODUCE
EXPECTED RESULTS
this is the command without a given TAG:
ACTUAL RESULTS
git -C ./tmp -c 'http.extraheader=AUTHORIZATION: basic ' clone --depth=1 --progress --branch oct22
The text was updated successfully, but these errors were encountered: