mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
fix windows tests after recent patch (#34548)
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
- name: Set up tests
|
||||
include_tasks: setup.yml
|
||||
import_tasks: setup.yml
|
||||
|
||||
- name: Test in normal mode
|
||||
include_tasks: tests.yml
|
||||
import_tasks: tests.yml
|
||||
vars:
|
||||
in_check_mode: no
|
||||
|
||||
- name: Test in check mode
|
||||
include_tasks: tests.yml
|
||||
import_tasks: tests.yml
|
||||
vars:
|
||||
in_check_mode: yes
|
||||
check_mode: yes
|
||||
|
||||
Reference in New Issue
Block a user