community / community.sap_launchpad / 1.1.1 / module / maintenance_planner_files SAP Maintenance Planner files retrieval | "added in version" 1.0.0 of community.sap_launchpad" Authors: Lab for SAP Solutionscommunity.sap_launchpad.maintenance_planner_files (1.1.1) — module
Install with ansible-galaxy collection install community.sap_launchpad:==1.1.1
collections: - name: community.sap_launchpad version: 1.1.1
- name: Execute Ansible Module 'maintenance_planner_files' to get files from MP community.sap_launchpad.sap_launchpad_software_center_download: suser_id: 'SXXXXXXXX' suser_password: 'password' transaction_name: 'MP_NEW_INST_20211015_044854' register: sap_mp_register
- name: Display the list of download links and filenames debug: msg: - "{{ sap_mp_register.download_basket }}"
suser_id: description: - SAP S-User ID. required: true type: str suser_password: description: - SAP S-User Password. required: true type: str transaction_name: description: - Transaction name of your Maintenance Planner session. required: true type: str
download_basket: description: a json list of software download links and filenames from the MP transaction returned: always type: json list msg: description: the status of the process returned: always type: str