mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
fix windows tests after recent patch (#34548)
This commit is contained in:
parent
8e5407e0da
commit
460deb08cb
9 changed files with 24 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue