mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
Merge pull request #138 from lorin/master
Fix missing colon in YAML example
This commit is contained in:
commit
52bcdf5e38
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue