ibm.isam.to_nice_xml (1.1.1) — filter

Transform yaml list e.g. (authentication policy) to nicely formatted xml

| "added in version" historical of ibm.isam"

Authors: IBM Security Orchestration <secorch@wwpdl.vnet.ibm.com>

Install collection

Install with ansible-galaxy collection install ibm.isam:==1.1.1


Add to requirements.yml

  collections:
    - name: ibm.isam
      version: 1.1.1

Description

Transform yaml list to nice xml

The return value is a dict

Inputs

    
_input:
    description: The key to exclude from the dictionary
    required: true
    type: string

Outputs

_value:
  description: The resulting nicely formatted xml as string
  type: string