Hello Need help with downloading files from SAP using ansbile, having issues with gettitng the ansible working.
# /usr/share/ansible/collections/ansible_collections
Collection Version
----------------------- -------
community.sap_launchpad 1.3.2
Tried different version os ansible-cores all the way till 2:19
ansible-playbook [core 2.14.14]
config file = /etc/ansible/ansible.cfg
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/python3.9/site-packages/ansible
ansible collection location = /usr/share/ansible/collections:/root/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/local/bin/ansible-playbook
python version = 3.9.18 (main, Apr 23 2026, 00:00:00) [GCC 11.4.1 20231218 (Red Hat 11.4.1-4)] (/usr/bin/python3)
jinja version = 3.1.6
libyaml = True
I keep running into a hang situation
TASK [community.sap_launchpad.sap_software_download : Validate Credentials - Dry run check user credentials and download privilege with Python venv] ***
fatal: [localhost]: FAILED! => {"alternative": false, "changed": false, "filename": "SAPCAR_1200-70007726.EXE", "msg": "An unexpected error occurred: KeyError - '.softwaredownloads.sap.com'"}
...ignoring
TASK [community.sap_launchpad.sap_software_download : Validate Credentials - Dry run check user credentials and download privilege with Python system default] ***
skipping: [localhost]
TASK [community.sap_launchpad.sap_software_download : Validate Credentials - Show failed results] *************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Validation of provided S-User credentials failed.\nEnsure correct S-User credentials are provided in:\n`sap_software_download_suser_id` and `sap_software_download_suser_password`\n"}
I know my id and password are good
Thank you
Hello Need help with downloading files from SAP using ansbile, having issues with gettitng the ansible working.
# /usr/share/ansible/collections/ansible_collections Collection Version ----------------------- ------- community.sap_launchpad 1.3.2Tried different version os ansible-cores all the way till 2:19
I keep running into a hang situation
I know my id and password are good
Thank you