ansible/test/integration/targets/win_eventlog/tasks/main.yml
Andrew Saraceni b0db1a1cf6 New Module: Manage Windows event logs (win_eventlog) (#27827)
* initial commit for win_eventlog module

* remove type for retention_days in documentation
2017-08-15 01:13:52 -04:00

10 lines
233 B
YAML

- name: Run tests for win_eventlog in normal mode
include_tasks: tests.yml
vars:
in_check_mode: no
- name: Run tests for win_eventlog in check-mode
include_tasks: tests.yml
vars:
in_check_mode: yes
check_mode: yes