1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix typo.

Fix typo in section "Installing multiple roles from a file".
This commit is contained in:
saller 2016-12-15 09:19:47 +01:00 committed by Brian Coca
parent 73fc4e42f1
commit d8c97ac275

View file

@ -77,7 +77,7 @@ install a specific commit:
Installing multiple roles from a file Installing multiple roles from a file
===================================== =====================================
Beginning with Asible 1.8 it is possible to install multiple roles by including the roles in a *requirements.yml* file. The format of the file is YAML, and the Beginning with Ansible 1.8 it is possible to install multiple roles by including the roles in a *requirements.yml* file. The format of the file is YAML, and the
file extension must be either *.yml* or *.yaml*. file extension must be either *.yml* or *.yaml*.
Use the following command to install roles included in *requirements.yml*: Use the following command to install roles included in *requirements.yml*: