mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix modules with documentation errors.
This commit is contained in:
parent
9a075b5917
commit
ac7edef2be
3 changed files with 2 additions and 2 deletions
|
@ -29,6 +29,7 @@ description:
|
||||||
author:
|
author:
|
||||||
- Andy Hill (@andyhky)
|
- Andy Hill (@andyhky)
|
||||||
- Tim Rupp
|
- Tim Rupp
|
||||||
|
options: {}
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import platform
|
import platform
|
||||||
|
|
|
@ -40,6 +40,7 @@ notes:
|
||||||
- there's no way to test if they've been completed (?)
|
- there's no way to test if they've been completed (?)
|
||||||
- the stdout is quite likely to be several megabytes
|
- the stdout is quite likely to be several megabytes
|
||||||
author: Peter Mounce
|
author: Peter Mounce
|
||||||
|
options: {}
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
async_wrapper
|
async_wrapper
|
||||||
fireball
|
fireball
|
||||||
win_dotnet_ngen
|
|
||||||
xenserver_facts
|
|
||||||
|
|
Loading…
Reference in a new issue