ansible.builtin.urn (v2.16.5) — test

is the string a valid URN

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

Authors: Ansible Core

Install Ansible via pip

Install with pip install ansible-core==2.16.5

Description

Validates that the input string conforms to the URN standard.

Inputs

    
_input:
    description: Possible URN.
    required: true
    type: string

Outputs

_value:
  description: Returns V(true) if the string is a URN and V(false) if  it is not.
  type: boolean