Skip to content

Commit

Permalink
more correct info about role main.yml (ansible#70326)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca authored Jul 1, 2020
1 parent c89f3cd commit 5d3d097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/user_guide/playbooks_reuse_roles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ An Ansible role has a defined directory structure with seven main standard direc
defaults/
meta/
Each directory within a role must contain a ``main.yml`` file with relevant content:
By default Ansible will look in each directory within a role for a ``main.yml`` file for relevant content (also ``main.yaml`` and ``main``):

- ``tasks/main.yml`` - the main list of tasks that the role executes.
- ``handlers/main.yml`` - handlers, which may be used within or outside this role.
Expand Down

0 comments on commit 5d3d097

Please sign in to comment.