mirror of https://github.com/ansible/ansible.git
Refactor callbacks tests to allow multiple test cases
parent
e458cbac61
commit
58355ad03e
@ -0,0 +1 @@
|
|||||||
|
export ANSIBLE_HOST_PATTERN_MISMATCH=warning
|
||||||
@ -0,0 +1 @@
|
|||||||
|
export ANSIBLE_STRATEGY=free
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
1 __init__
|
||||||
|
7 v2_on_any
|
||||||
|
1 v2_playbook_on_play_start
|
||||||
|
1 v2_playbook_on_start
|
||||||
|
1 v2_playbook_on_stats
|
||||||
|
1 v2_playbook_on_task_start
|
||||||
|
1 v2_runner_on_failed
|
||||||
|
1 v2_runner_on_ok
|
||||||
|
1 v2_runner_on_start
|
||||||
@ -0,0 +1 @@
|
|||||||
|
export ANSIBLE_STRATEGY=linear
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
gather_facts: false
|
||||||
|
tasks:
|
||||||
|
- include_role:
|
||||||
|
name: does-not-exist
|
||||||
Loading…
Reference in New Issue