ansible.builtin.urldecode (v2.16.5) — filter

Decode percent-encoded sequences

| "added in version" 2.4 of ansible.builtin"

Authors: unknown

Install Ansible via pip

Install with pip install ansible-core==2.16.5

Description

Replace %xx escapes with their single-character equivalent in the given string.

Also replace plus signs with spaces, as required for unquoting HTML form values.

Inputs

    
_input:
    description: URL encoded string to decode.
    required: true
    type: str

Outputs

_value:
  description:
  - URL decoded value for the given string
  type: any