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

Missing a colon in a YAML example.

This commit is contained in:
Lorin Hochstein 2012-07-10 14:39:52 -03:00
parent 429d1108ce
commit def40d0389

View file

@ -52,7 +52,7 @@ The acme/setup.yml playbook would be as simple as::
- hosts: webservers - hosts: webservers
user: root user: root
vars_files vars_files:
- ../global_vars.yml - ../global_vars.yml
- vars/main.yml - vars/main.yml
tasks: tasks: