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

Description

Verifies if the input is an Ansible vault.

Inputs

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

Outputs

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