mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 09:54:02 -07:00
Update method to determine if task exists, add days of week parameter to weekly triggers
This commit is contained in:
parent
28164d2ae4
commit
66d9d896e4
2 changed files with 37 additions and 16 deletions
|
@ -60,6 +60,10 @@ options:
|
|||
description:
|
||||
- Time to execute scheduled task
|
||||
required: false
|
||||
daysOfWeek:
|
||||
description:
|
||||
- Days of the week to run a weekly task
|
||||
required: false
|
||||
path:
|
||||
description:
|
||||
- Folder path of scheduled task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue