mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Add author github ID
This commit is contained in:
committed by
Matt Clay
parent
24b0943eaa
commit
a43a93315f
@@ -107,7 +107,7 @@ options:
|
||||
information
|
||||
required: false
|
||||
default: null
|
||||
author: Tim Hoiberg
|
||||
author: "Tim Hoiberg (@thoiberg)"
|
||||
'''
|
||||
|
||||
EXAMPLES='''
|
||||
@@ -207,4 +207,5 @@ def main():
|
||||
|
||||
|
||||
from ansible.module_utils.basic import *
|
||||
main()
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user