mirror of
https://github.com/ansible/ansible.git
synced 2026-08-02 00:22:14 +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
99 B
YAML
6 lines
99 B
YAML
- hosts: localhost
|
|
gather_facts: false
|
|
tasks:
|
|
- include_role:
|
|
name: does-not-exist
|