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
commit 460deb08cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 24 additions and 24 deletions

View file

@ -8,12 +8,12 @@
block:
- name: Test in normal mode
include: tests.yml
import_tasks: tests.yml
vars:
in_check_mode: no
- name: Test in check-mode
include: tests.yml
import_tasks: tests.yml
vars:
in_check_mode: yes
check_mode: yes