ansible.builtin.urn (v2.15.10) — 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.15.10

Description

Validates that the input string conforms to the URN standard.

Inputs

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

Outputs

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