Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-m-sullivan authored Feb 17, 2025
1 parent 98333c4 commit 3c185ec
Show file tree
Hide file tree
Showing 16 changed files with 484 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This is a mocked Ansible module generated by ansible-lint
from ansible.module_utils.basic import AnsibleModule

DOCUMENTATION = '''
module: ansible.platform.application
short_description: Mocked
version_added: "1.0.0"
description: Mocked
author:
- ansible-lint (@nobody)
'''
EXAMPLES = '''mocked'''

Check failure on line 14 in .ansible/collections/ansible_collections/ansible/platform/plugins/modules/application.py

View workflow job for this annotation

GitHub Actions / pre-commit_and_sanity / pre-commit / pre-commit

load-failure

Failed to load or parse file.
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()
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This is a mocked Ansible module generated by ansible-lint
from ansible.module_utils.basic import AnsibleModule

DOCUMENTATION = '''
module: ansible.platform.authenticator
short_description: Mocked
version_added: "1.0.0"
description: Mocked
author:
- ansible-lint (@nobody)
'''
EXAMPLES = '''mocked'''

Check failure on line 14 in .ansible/collections/ansible_collections/ansible/platform/plugins/modules/authenticator.py

View workflow job for this annotation

GitHub Actions / pre-commit_and_sanity / pre-commit / pre-commit

load-failure

Failed to load or parse file.
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()
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This is a mocked Ansible module generated by ansible-lint
from ansible.module_utils.basic import AnsibleModule

DOCUMENTATION = '''
module: ansible.platform.authenticator_map
short_description: Mocked
version_added: "1.0.0"
description: Mocked
author:
- ansible-lint (@nobody)
'''
EXAMPLES = '''mocked'''

Check failure on line 14 in .ansible/collections/ansible_collections/ansible/platform/plugins/modules/authenticator_map.py

View workflow job for this annotation

GitHub Actions / pre-commit_and_sanity / pre-commit / pre-commit

load-failure

Failed to load or parse file.
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()
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This is a mocked Ansible module generated by ansible-lint
from ansible.module_utils.basic import AnsibleModule

DOCUMENTATION = '''
module: ansible.platform.http_port
short_description: Mocked
version_added: "1.0.0"
description: Mocked
author:
- ansible-lint (@nobody)
'''
EXAMPLES = '''mocked'''

Check failure on line 14 in .ansible/collections/ansible_collections/ansible/platform/plugins/modules/http_port.py

View workflow job for this annotation

GitHub Actions / pre-commit_and_sanity / pre-commit / pre-commit

load-failure

Failed to load or parse file.
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()
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This is a mocked Ansible module generated by ansible-lint
from ansible.module_utils.basic import AnsibleModule

DOCUMENTATION = '''
module: ansible.platform.organization
short_description: Mocked
version_added: "1.0.0"
description: Mocked
author:
- ansible-lint (@nobody)
'''
EXAMPLES = '''mocked'''

Check failure on line 14 in .ansible/collections/ansible_collections/ansible/platform/plugins/modules/organization.py

View workflow job for this annotation

GitHub Actions / pre-commit_and_sanity / pre-commit / pre-commit

load-failure

Failed to load or parse file.
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()
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This is a mocked Ansible module generated by ansible-lint
from ansible.module_utils.basic import AnsibleModule

DOCUMENTATION = '''
module: ansible.platform.role_user_assignment
short_description: Mocked
version_added: "1.0.0"
description: Mocked
author:
- ansible-lint (@nobody)
'''
EXAMPLES = '''mocked'''

Check failure on line 14 in .ansible/collections/ansible_collections/ansible/platform/plugins/modules/role_user_assignment.py

View workflow job for this annotation

GitHub Actions / pre-commit_and_sanity / pre-commit / pre-commit

load-failure

Failed to load or parse file.
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()
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This is a mocked Ansible module generated by ansible-lint
from ansible.module_utils.basic import AnsibleModule

DOCUMENTATION = '''
module: ansible.platform.route
short_description: Mocked
version_added: "1.0.0"
description: Mocked
author:
- ansible-lint (@nobody)
'''
EXAMPLES = '''mocked'''

Check failure on line 14 in .ansible/collections/ansible_collections/ansible/platform/plugins/modules/route.py

View workflow job for this annotation

GitHub Actions / pre-commit_and_sanity / pre-commit / pre-commit

load-failure

Failed to load or parse file.
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()
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This is a mocked Ansible module generated by ansible-lint
from ansible.module_utils.basic import AnsibleModule

DOCUMENTATION = '''
module: ansible.platform.service
short_description: Mocked
version_added: "1.0.0"
description: Mocked
author:
- ansible-lint (@nobody)
'''
EXAMPLES = '''mocked'''

Check failure on line 14 in .ansible/collections/ansible_collections/ansible/platform/plugins/modules/service.py

View workflow job for this annotation

GitHub Actions / pre-commit_and_sanity / pre-commit / pre-commit

load-failure

Failed to load or parse file.
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()
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This is a mocked Ansible module generated by ansible-lint
from ansible.module_utils.basic import AnsibleModule

DOCUMENTATION = '''
module: ansible.platform.service_cluster
short_description: Mocked
version_added: "1.0.0"
description: Mocked
author:
- ansible-lint (@nobody)
'''
EXAMPLES = '''mocked'''

Check failure on line 14 in .ansible/collections/ansible_collections/ansible/platform/plugins/modules/service_cluster.py

View workflow job for this annotation

GitHub Actions / pre-commit_and_sanity / pre-commit / pre-commit

load-failure

Failed to load or parse file.
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()
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This is a mocked Ansible module generated by ansible-lint
from ansible.module_utils.basic import AnsibleModule

DOCUMENTATION = '''
module: ansible.platform.service_key
short_description: Mocked
version_added: "1.0.0"
description: Mocked
author:
- ansible-lint (@nobody)
'''
EXAMPLES = '''mocked'''

Check failure on line 14 in .ansible/collections/ansible_collections/ansible/platform/plugins/modules/service_key.py

View workflow job for this annotation

GitHub Actions / pre-commit_and_sanity / pre-commit / pre-commit

load-failure

Failed to load or parse file.
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()
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This is a mocked Ansible module generated by ansible-lint
from ansible.module_utils.basic import AnsibleModule

DOCUMENTATION = '''
module: ansible.platform.service_node
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()
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# This is a mocked Ansible module generated by ansible-lint
from ansible.module_utils.basic import AnsibleModule

DOCUMENTATION = '''
module: ansible.platform.settings
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()
Loading

0 comments on commit 3c185ec

Please sign in to comment.