Repository URL to install this package:
|
Version:
1.0.0b1 ▾
|
#!/usr/bin/env frecklecute
doc:
short_help: Displays the content of a secret variable.
help: |
Displays the content of a secret variable.
You most likely don't need this, this is really only for development.
args:
var:
type: string
required: true
secret: true
doc:
short_help: the Ansible variable name to debug
cli:
param_type: argument
meta:
tags:
- debug
frecklets:
- frecklet:
type: ansible-module
name: debug
desc:
short: display secret value of a var
references:
"'debug' Ansible module": https://docs.ansible.com/ansible/latest/modules/debug_module.html
properties:
idempotent: false
become: false
internet: false
vars:
var: '{{:: var ::}}'