Add author github ID
This commit is contained in:
parent
24b0943eaa
commit
a43a93315f
1 changed files with 3 additions and 2 deletions
|
@ -107,7 +107,7 @@ options:
|
||||||
information
|
information
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
author: Tim Hoiberg
|
author: "Tim Hoiberg (@thoiberg)"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES='''
|
EXAMPLES='''
|
||||||
|
@ -207,4 +207,5 @@ def main():
|
||||||
|
|
||||||
|
|
||||||
from ansible.module_utils.basic import *
|
from ansible.module_utils.basic import *
|
||||||
main()
|
if __name__ == '__main__':
|
||||||
|
main()
|
||||||
|
|
Loading…
Reference in a new issue