You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/ansible-doc/filter_plugins/donothing.yml

22 lines
396 B
YAML

DOCUMENTATION:
name: donothing
author: lazy
version_added: 'histerical'
short_description: noop
description:
- don't do anything
options:
_input:
description: Anything you want to get back
type: raw
required: true
EXAMPLES: |
# set first 10 volumes rw, rest as dp
meaning: "{{ (stuff|donothing}}"
RETURN:
_value:
description: guess
type: raw