mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix ambiguous use of automatically automatic in Roles docs
This commit is contained in:
parent
8050110ba2
commit
33870745b1
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ Roles
|
|||
.. versionadded: 1.2
|
||||
|
||||
Now that you have learned about vars_files, tasks, and handlers, what is the best way to organize your playbooks?
|
||||
The short answer is to use roles! Roles are automatic ways of automatically loading certain vars_files, tasks, and
|
||||
The short answer is to use roles! Roles are ways of automatically loading certain vars_files, tasks, and
|
||||
handlers based on a known file structure. Grouping content by roles also allows easy sharing of roles with other users.
|
||||
|
||||
Roles are just automation around 'include' directives as redescribed above, and really don't contain much
|
||||
|
|
Loading…
Reference in a new issue