Where did that come from?
This commit is contained in:
parent
a558120b26
commit
4f693dafbb
5 changed files with 0 additions and 99 deletions
|
@ -1,32 +0,0 @@
|
|||
# This is a mocked Ansible module generated by ansible-lint
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
||||
DOCUMENTATION = '''
|
||||
module: fake_namespace.fake_collection.fake_module
|
||||
|
||||
short_description: Mocked
|
||||
version_added: "1.0.0"
|
||||
description: Mocked
|
||||
|
||||
author:
|
||||
- ansible-lint (@nobody)
|
||||
'''
|
||||
EXAMPLES = '''mocked'''
|
||||
RETURN = '''mocked'''
|
||||
|
||||
|
||||
def main():
|
||||
result = dict(
|
||||
changed=False,
|
||||
original_message='',
|
||||
message='')
|
||||
|
||||
module = AnsibleModule(
|
||||
argument_spec=dict(),
|
||||
supports_check_mode=True,
|
||||
)
|
||||
module.exit_json(**result)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
|
@ -1,32 +0,0 @@
|
|||
# This is a mocked Ansible module generated by ansible-lint
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
||||
DOCUMENTATION = '''
|
||||
module: fake_namespace.fake_collection.fake_module.fake_submodule
|
||||
|
||||
short_description: Mocked
|
||||
version_added: "1.0.0"
|
||||
description: Mocked
|
||||
|
||||
author:
|
||||
- ansible-lint (@nobody)
|
||||
'''
|
||||
EXAMPLES = '''mocked'''
|
||||
RETURN = '''mocked'''
|
||||
|
||||
|
||||
def main():
|
||||
result = dict(
|
||||
changed=False,
|
||||
original_message='',
|
||||
message='')
|
||||
|
||||
module = AnsibleModule(
|
||||
argument_spec=dict(),
|
||||
supports_check_mode=True,
|
||||
)
|
||||
module.exit_json(**result)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
|
@ -1,32 +0,0 @@
|
|||
# This is a mocked Ansible module generated by ansible-lint
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
||||
DOCUMENTATION = '''
|
||||
module: zuul_return
|
||||
|
||||
short_description: Mocked
|
||||
version_added: "1.0.0"
|
||||
description: Mocked
|
||||
|
||||
author:
|
||||
- ansible-lint (@nobody)
|
||||
'''
|
||||
EXAMPLES = '''mocked'''
|
||||
RETURN = '''mocked'''
|
||||
|
||||
|
||||
def main():
|
||||
result = dict(
|
||||
changed=False,
|
||||
original_message='',
|
||||
message='')
|
||||
|
||||
module = AnsibleModule(
|
||||
argument_spec=dict(),
|
||||
supports_check_mode=True,
|
||||
)
|
||||
module.exit_json(**result)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"ansible.python.interpreterPath": "/bin/python"
|
||||
}
|
Loading…
Add table
Reference in a new issue