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:
parent
92c37c9c07
commit
c0d40439a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue