parent
bd020dd14a
commit
b486feaaf4
1 changed files with 17 additions and 1 deletions
|
@ -58,7 +58,23 @@ EXAMPLES = r'''
|
||||||
# 2179
|
# 2179
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = r'''#'''
|
RETURN = r'''
|
||||||
|
content:
|
||||||
|
description: Encoded file content
|
||||||
|
returned: success
|
||||||
|
type: str
|
||||||
|
sample: "MjE3OQo="
|
||||||
|
encoding:
|
||||||
|
description: Type of encoding used for file
|
||||||
|
returned: success
|
||||||
|
type: str
|
||||||
|
sample: "base64"
|
||||||
|
source:
|
||||||
|
description: Actual path of file slurped
|
||||||
|
returned: success
|
||||||
|
type: str
|
||||||
|
sample: "/var/run/sshd.pid"
|
||||||
|
'''
|
||||||
|
|
||||||
import base64
|
import base64
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in a new issue