ansible/test/integration/targets/win_scheduled_task/tasks/main.yml
Jordan Borean ec6d82435f
win_scheduled_task: add deprecation warning for repetition format (#45468)
* win_scheduled_task: add deprecation warning for repetition format

* fixed up sanity issues
2018-09-11 14:22:57 +10:00

24 lines
467 B
YAML

---
- name: remove test tasks before test
include_tasks: clean.yml
- block:
- name: Test failure scenarios
include_tasks: failures.yml
- name: Test normal scenarios
include_tasks: tests.yml
- include_tasks: clean.yml
- name: Test principals
include_tasks: principals.yml
- include_tasks: clean.yml
- name: Test triggers
include_tasks: triggers.yml
always:
- name: remove test tasks after test
include_tasks: clean.yml