Files
ansible/test/integration/targets/callback_default/test_include_role_fails.yml
Martin KrizekandGitHub 06cd285901 Play recap stats and callbacks for include_role, consolidate with include_tasks (#79260)
This moves handling of callbacks and play recap stats from
_load_included_file to individual strategies so include_role tasks are
accounted for, not just include_tasks.

Fixes #77336
2024-01-23 15:57:05 +01:00

6 lines
98 B
YAML

- hosts: testhost
gather_facts: false
tasks:
- include_role:
name: does-not-exist