Update playbooks_reuse_roles.rst (#71880)
Change "vars_files" to "vars, files" under the Roles heading
This commit is contained in:
parent
25bfda8417
commit
a47eafa581
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
Roles
|
Roles
|
||||||
*****
|
*****
|
||||||
|
|
||||||
Roles let you automatically load related vars_files, tasks, handlers, and other Ansible artifacts based on a known file structure. Once you group your content in roles, you can easily reuse them and share them with other users.
|
Roles let you automatically load related vars, files, tasks, handlers, and other Ansible artifacts based on a known file structure. Once you group your content in roles, you can easily reuse them and share them with other users.
|
||||||
|
|
||||||
.. contents::
|
.. contents::
|
||||||
:local:
|
:local:
|
||||||
|
|
Loading…
Reference in a new issue