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

Is this an encrypted vault

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

Authors: Ansible Core

Install Ansible via pip

Install with pip install ansible-core==2.16.5

Description

Verifies if the input is an Ansible vault.

Inputs

    
_input:
    description: The possible vault.
    required: true
    type: string

Outputs

_value:
  description: Returns V(True) if the input is a valid ansible vault, V(False) otherwise.
  type: boolean