Skip to content

Commit

Permalink
Docs: Fix typo (#71119)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
liviuchircu committed Aug 6, 2020
1 parent fbfc0f9 commit cb9336a
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
Expand Up @@ -130,7 +130,7 @@ When you use the ``roles`` option at the play level, Ansible treats the roles as

- Any ``pre_tasks`` defined in the play.
- Any handlers triggered by pre_tasks.
- Each role listed in ``roles:``, in the order listed. Any role dependencies defined in the roles ``meta/main.yml`` run first, subject to tag filtering and conditionals. See :ref:`role_dependencies` for more details.
- Each role listed in ``roles:``, in the order listed. Any role dependencies defined in the role's ``meta/main.yml`` run first, subject to tag filtering and conditionals. See :ref:`role_dependencies` for more details.
- Any ``tasks`` defined in the play.
- Any handlers triggered by the roles or tasks.
- Any ``post_tasks`` defined in the play.
Expand Down

0 comments on commit cb9336a

Please sign in to comment.