mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07:00
deprecated include
added docs for new actions that take over include duties
This commit is contained in:
parent
fc9b44e021
commit
8799038a89
7 changed files with 276 additions and 7 deletions
|
@ -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 = """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue