mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 16:15:12 +02:00
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
6 lines
98 B
YAML
6 lines
98 B
YAML
- hosts: testhost
|
|
gather_facts: false
|
|
tasks:
|
|
- include_role:
|
|
name: does-not-exist
|