ansible/lib/ansible/playbook
Rick Elrod ef554d0378
[playbook] error on empty, error on 'include' (remove two deprecations) (#74172)
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>
2021-04-09 10:28:24 -04:00
..
role removed task parameters (#74154) 2021-04-08 15:09:45 -04:00
__init__.py [playbook] error on empty, error on 'include' (remove two deprecations) (#74172) 2021-04-09 10:28:24 -04:00
attribute.py Move common build code from _build_helpers (#55986) 2019-07-16 12:19:01 -07:00
base.py Ensure task from the worker is finalized/squashed (#73881) 2021-03-16 15:09:43 -04:00
block.py Fix notify on import_tasks (#73572) 2021-03-03 16:11:09 -05:00
collectionsearch.py collection routing (#67684) 2020-05-26 09:42:06 -07:00
conditional.py Fix trailing whitespace in Conditional debug() (#73956) 2021-03-23 16:08:44 +01:00
handler.py Fix notifying handlers by using an exact match (#55624) 2019-06-27 17:29:20 -04:00
handler_task_include.py Validate args for includes in handlers too (#57537) 2020-05-12 09:35:58 +02:00
helpers.py only add data when there is data to add (#54559) 2021-02-11 10:07:20 -05:00
included_file.py Allow for searching handler subdir for included tasks (#73809) 2021-03-15 15:39:59 -04:00
loop_control.py
play.py Make it so callback plugins can act on implicit/explicit meta tasks (#71009) 2020-08-18 16:56:48 -05:00
play_context.py finish migrating ssh plugin to config system (#73708) 2021-03-03 15:25:16 -05:00
playbook_include.py [playbook] error on empty, error on 'include' (remove two deprecations) (#74172) 2021-04-09 10:28:24 -04:00
role_include.py Add rolespec_validate to import/include_role (#73589) 2021-02-12 16:26:33 -06:00
taggable.py
task.py removed task parameters (#74154) 2021-04-08 15:09:45 -04:00
task_include.py Fix missing ansible.builtin FQCNs in hardcoded action names (#71824) 2020-11-03 08:51:31 -05:00