mirror of https://github.com/ansible/ansible.git
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.
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
4 years ago
|
{
|
||
|
"testns.testcol.noop": {
|
||
|
"doc": {
|
||
|
"author": "Ansible core team",
|
||
|
"collection": "testns.testcol",
|
||
|
"deprecated": {
|
||
|
"alternative": "Use some other lookup",
|
||
|
"removed_from_collection": "testns.testcol",
|
||
|
"removed_in": "3.0.0",
|
||
|
"why": "Test deprecation"
|
||
|
},
|
||
|
"description": [
|
||
|
"this is a noop"
|
||
|
],
|
||
|
"filename": "./collections/ansible_collections/testns/testcol/plugins/lookup/noop.py",
|
||
|
"lookup": "noop",
|
||
|
"options": {},
|
||
|
"short_description": "returns input",
|
||
|
"version_added": "1.0.0",
|
||
|
"version_added_collection": "testns.testcol2"
|
||
|
},
|
||
|
"examples": "\n- name: do nothing\n debug: msg=\"{{ lookup('testns.testcol.noop', [1,2,3,4] }}\"\n",
|
||
|
"metadata": null,
|
||
|
"return": {
|
||
|
"_list": {
|
||
|
"description": "input given",
|
||
|
"version_added": "1.0.0",
|
||
|
"version_added_collection": "testns.testcol"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|