mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
win_scheduled_task_stat: correctly return values from nested com values (#34671)
This commit is contained in:
parent
a0e96efec7
commit
ef48448e4a
3 changed files with 20 additions and 5 deletions
|
@ -114,11 +114,17 @@
|
|||
- stat_task_present.triggers|count == 2
|
||||
- stat_task_present.triggers[0].delay == "PT15M"
|
||||
- stat_task_present.triggers[0].type == "TASK_TRIGGER_BOOT"
|
||||
- stat_task_present.triggers[0].repetition.stop_at_duration_end == False
|
||||
- stat_task_present.triggers[0].repetition.duration == None
|
||||
- stat_task_present.triggers[0].repetition.interval == None
|
||||
- stat_task_present.triggers[1].days_of_month == "5,15,30"
|
||||
- stat_task_present.triggers[1].months_of_year == "june,december"
|
||||
- stat_task_present.triggers[1].run_on_last_day_of_month == True
|
||||
- stat_task_present.triggers[1].start_boundary == "2017-09-20T03:44:38"
|
||||
- stat_task_present.triggers[1].type == "TASK_TRIGGER_MONTHLY"
|
||||
- stat_task_present.triggers[1].repetition.stop_at_duration_end == False
|
||||
- stat_task_present.triggers[1].repetition.duration == None
|
||||
- stat_task_present.triggers[1].repetition.interval == None
|
||||
|
||||
- name: change principal to system account so it will run in the next step
|
||||
win_scheduled_task:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue