community.sap_launchpad.maintenance_planner_files (1.1.1) — module

SAP Maintenance Planner files retrieval

| "added in version" 1.0.0 of community.sap_launchpad"

Authors: Lab for SAP Solutions

Install collection

Install with ansible-galaxy collection install community.sap_launchpad:==1.1.1


Add to requirements.yml

  collections:
    - name: community.sap_launchpad
      version: 1.1.1

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- 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
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Display the list of download links and filenames
  debug:
    msg:
      - "{{ sap_mp_register.download_basket }}"

Inputs

    
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

Outputs

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