Fix typo on roles documentation (#74696)
##### SUMMARY Small fix on the roles directory structure documentation ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr
This commit is contained in:
parent
91212b2008
commit
25de07946c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Roles let you automatically load related vars, files, tasks, handlers, and other
|
|||
Role directory structure
|
||||
========================
|
||||
|
||||
An Ansible role has a defined directory structure with seven main standard directories. You must include at least one of these directories in each role. You can omit any directories the role does not use. For example:
|
||||
An Ansible role has a defined directory structure with eight main standard directories. You must include at least one of these directories in each role. You can omit any directories the role does not use. For example:
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
|
|
Loading…
Reference in a new issue