summaryrefslogtreecommitdiff
path: root/test/integration/targets/win_eventlog/tasks/main.yml
blob: dcc075fcc8974a31907f6d36a877b5dd186beb05 (plain)
1
2
3
4
5
6
7
8
9
10
- name: Run tests for win_eventlog in normal mode
  import_tasks: tests.yml
  vars:
    in_check_mode: no

- name: Run tests for win_eventlog in check-mode
  import_tasks: tests.yml
  vars:
    in_check_mode: yes
  check_mode: yes