Fixed typo (#32450)

pull/32451/head
Victor Martinez 7 years ago committed by John R Barker
parent 93c965f7f7
commit 4faf4ff215

@ -169,7 +169,7 @@ Content of the *webserver.yml* file:
Dependencies
============
Roles can also be dependent on other roles, and when you install a role that has dependencies, those dependenices will automatically be installed.
Roles can also be dependent on other roles, and when you install a role that has dependencies, those dependencies will automatically be installed.
You specify role dependencies in the ``meta/main.yml`` file by providing a list of roles. If the source of a role is Galaxy, you can simply specify the role in
the format ``username.role_name``. The more complex format used in ``requirements.yml`` is also supported, allowing you to provide ``src``, ``scm``, ``version``, and ``name``.

Loading…
Cancel
Save