2017-08-15 07:13:52 +02:00
|
|
|
- name: Run tests for win_eventlog in normal mode
|
2018-01-07 05:05:15 +01:00
|
|
|
import_tasks: tests.yml
|
2017-08-15 07:13:52 +02:00
|
|
|
vars:
|
|
|
|
in_check_mode: no
|
|
|
|
|
|
|
|
- name: Run tests for win_eventlog in check-mode
|
2018-01-07 05:05:15 +01:00
|
|
|
import_tasks: tests.yml
|
2017-08-15 07:13:52 +02:00
|
|
|
vars:
|
|
|
|
in_check_mode: yes
|
|
|
|
check_mode: yes
|