deprecated include

added docs for new actions that take over include duties
This commit is contained in:
Brian Coca 2017-09-14 16:27:56 -04:00 committed by Toshio Kuratomi
parent fc9b44e021
commit 8799038a89
7 changed files with 276 additions and 7 deletions

View file

@ -53,11 +53,10 @@ options:
default: None
notes:
- Handlers are made available to the whole play.
- simple dependencies seem to work fine.
- As with C(include) this task can be static or dynamic, If static it implies that it won't need templating nor loops nor conditionals and will
show included tasks in the --list options. Ansible will try to autodetect what is needed, but you can set `static` to `yes` or `no` at task
level to control this.
- This module is also supported for Windows targets.
- Before 2.4, as with C(include), this task could be static or dynamic, If static it implied that it won't need templating nor loops nor conditionals
and will show included tasks in the --list options.
Ansible would try to autodetect what is needed, but you can set `static` to `yes` or `no` at task level to control this.
- After 2.4, you can use M(import_role) for 'static' behaviour and this action for 'dynamic' one.
'''
EXAMPLES = """