fix windows tests after recent patch (#34548)

This commit is contained in:
Jordan Borean
2018-01-07 14:05:15 +10:00
committed by GitHub
parent 8e5407e0da
commit 460deb08cb
9 changed files with 24 additions and 24 deletions

View File

@@ -1,10 +1,10 @@
- name: Run tests for win_eventlog in normal mode
include_tasks: tests.yml
import_tasks: tests.yml
vars:
in_check_mode: no
- name: Run tests for win_eventlog in check-mode
include_tasks: tests.yml
import_tasks: tests.yml
vars:
in_check_mode: yes
check_mode: yes