You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/win_toast/tasks/main.yml

14 lines
238 B
YAML

- name: Set up tests
include_tasks: setup.yml
- name: Test in normal mode
include_tasks: tests.yml
vars:
in_check_mode: no
- name: Test in check mode
include_tasks: tests.yml
vars:
in_check_mode: yes
check_mode: yes