ef554d0378
Change: - Remove two deprecated features - We now error if a playbook is an empty list instead of just skipping - We now error if using 'include' instead of 'import_playbook' Test Plan: - Added new tests for new errors Tickets: - Fixes #74133 Signed-off-by: Rick Elrod <rick@elrod.me> * sanity & changelog Signed-off-by: Rick Elrod <rick@elrod.me>
3 lines
165 B
YAML
3 lines
165 B
YAML
minor_changes:
|
|
- playbook - Error if a playbook is an empty list instead of just skipping
|
|
- playbook - Error if using ``include`` instead of ``import_playbook``
|