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

Fixed typo un user

In playbook users is not valid, please change to user.
This commit is contained in:
Marco Vito Moscaritolo 2012-08-31 17:44:26 +03:00
parent 92c37c9c07
commit c0d40439a1

View file

@ -122,7 +122,7 @@ The `vars` section contains a list of variables and values that can be used in t
---
- hosts: webservers
users: root
user: root
vars:
http_port: 80
van_halen_port: 5150