blob: 647a4f6a80962f567d4522920775cd4a4645de61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
> TESTNS.TESTCOL.YOLO (./collections/ansible_collections/testns/testcol/plugins/test/yolo.yml)
This is always true
OPTIONS (= is mandatory):
= _input
does not matter
type: raw
SEE ALSO:
* Module ansible.builtin.test
The official documentation on the
ansible.builtin.test module.
https://docs.ansible.com/ansible-core/devel/collections/ansible/builtin/test_module.html
* Module testns.testcol.fakemodule
A fake module
* Lookup plugin testns.testcol.noop
* Filter plugin testns.testcol.grouped
A grouped filter.
* Filter plugin ansible.builtin.combine
The official documentation on the
ansible.builtin.combine filter plugin.
https://docs.ansible.com/ansible-core/devel/collections/ansible/builtin/combine_filter.html
* Lookup plugin ansible.builtin.file
Read a file on the controller.
https://docs.ansible.com/ansible-core/devel/collections/ansible/builtin/file_lookup.html
* Ansible docsite
See also the Ansible docsite.
https://docs.ansible.com
* Ansible documentation [foo_bar]
Some foo bar.
https://docs.ansible.com/ansible-core/devel/#stq=foo_bar&stp=1
NAME: yolo
EXAMPLES:
{{ 'anything' is yolo }}
RETURN VALUES:
- output
always true
type: boolean
|