ibm.isam.exclude (1.1.1) — filter

Exclude keys from a dictionary

| "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

Exclude keys from a dictionary

The return value is a dict.

Inputs

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

Outputs

_value:
  description: The dictionary, without the excluded key
  type: dict