The downloaded file does not appear to be a valid tar archive. #287
Unanswered
exilemirror
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Need help with ansible provider using private Gitlab repo. I am getting the following error "role was NOT installed successfully: the downloaded file does not appear to be a valid tar archive." I defined the below in my AnsibleRun yaml.
spec:
forProvider:
inventoryInline: |
192.168.10.10 ansible_user=forge
roles:
- name: role
src: https://:@gitlab.com/ansible/ansible-role.git
version: main
Normal ansible-galaxy install command works locally with requirements.yaml defined below:
src: https://:@gitlab.com/ansible/ansible-role.git
version: main
scm: git
The scm parameter is not supported in latest crossplane ansible provider. How can I get ansible provider to install the role using a private gitlab repo.
Thank you.
Your help is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions