summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/utilities/logic/_include.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/utilities/logic/_include.py')
-rw-r--r--lib/ansible/modules/utilities/logic/_include.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ansible/modules/utilities/logic/_include.py b/lib/ansible/modules/utilities/logic/_include.py
index 9afc17ad98..025b792184 100644
--- a/lib/ansible/modules/utilities/logic/_include.py
+++ b/lib/ansible/modules/utilities/logic/_include.py
@@ -20,8 +20,9 @@ author: Ansible Core Team (@ansible)
module: include
short_description: Include a play or task list
deprecated:
- The include action was too confusing, dealing with both plays and tasks, being both dynamic and static. This module
- will be removed in version 2.8. As alternatives use M(include_tasks), M(import_playbook), M(import_tasks).
+ removed_in: "2.8"
+ why: The include action was too confusing, dealing with both plays and tasks, being both dynamic and static. This module will be removed in version 2.8.
+ alternative: Use M(include_tasks), M(import_playbook), M(import_tasks).
description:
- Includes a file with a list of plays or tasks to be executed in the current playbook.
- Files with a list of plays can only be included at the top level. Lists of tasks can only be included where tasks