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:
parent
73fc4e42f1
commit
d8c97ac275
1 changed files with 1 additions and 1 deletions
|
@ -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*:
|
||||||
|
|
Loading…
Reference in a new issue