mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
clarify documentation of import_role
This commit is contained in:
parent
314e6d0d8a
commit
4617be3085
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ module: import_role
|
|||
short_description: Import a role into a play
|
||||
description:
|
||||
- Mostly like the `roles:` keyword this action loads a role, but it allows you to control when the tasks run in between other playbook tasks.
|
||||
- Most keyworkds, loops and conditionals will not be applied to this action, but to the imported tasks instead.
|
||||
If you want the opposite behaviour, use M(import_role) instead.
|
||||
- Most keywords, loops and conditionals will not be applied to this action, but to the imported tasks instead.
|
||||
If you want the opposite behaviour, use M(include_role) instead.
|
||||
version_added: "2.4"
|
||||
options:
|
||||
name:
|
||||
|
|
Loading…
Reference in a new issue