Documentation updates
This commit is contained in:
parent
d6339c47e4
commit
00d3a62907
1 changed files with 0 additions and 4 deletions
|
@ -33,7 +33,6 @@ options:
|
||||||
enabled:
|
enabled:
|
||||||
description:
|
description:
|
||||||
- Enable/disable the task
|
- Enable/disable the task
|
||||||
required: false
|
|
||||||
choices:
|
choices:
|
||||||
- yes
|
- yes
|
||||||
- no
|
- no
|
||||||
|
@ -41,7 +40,6 @@ options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- State that the task should become
|
- State that the task should become
|
||||||
required: false
|
|
||||||
choices:
|
choices:
|
||||||
- present
|
- present
|
||||||
- absent
|
- absent
|
||||||
|
@ -55,7 +53,6 @@ options:
|
||||||
choices:
|
choices:
|
||||||
- daily
|
- daily
|
||||||
- weekly
|
- weekly
|
||||||
required: false
|
|
||||||
time:
|
time:
|
||||||
description:
|
description:
|
||||||
- Time to execute scheduled task
|
- Time to execute scheduled task
|
||||||
|
@ -64,7 +61,6 @@ options:
|
||||||
description:
|
description:
|
||||||
- Folder path of scheduled task
|
- Folder path of scheduled task
|
||||||
default: '\'
|
default: '\'
|
||||||
required: false
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Reference in a new issue