deprecate esoteric/undocumented playbook syntaxes (#85378)

Co-authored-by: Matt Clay <matt@mystile.com>
(cherry picked from commit 547c64f326)
This commit is contained in:
Matt Davis
2025-06-24 15:18:17 -07:00
committed by Matt Clay
parent d68954de83
commit b3dde82ab1
8 changed files with 99 additions and 23 deletions
@@ -0,0 +1,4 @@
deprecated_features:
- playbook syntax - Using a mapping with the ``action`` keyword is deprecated. (https://github.com/ansible/ansible/issues/84101)
- playbook syntax - Using ``key=value`` args and the task ``args`` keyword on the same task is deprecated.
- playbook syntax - Specifying the task ``args`` keyword without a value is deprecated.