mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
Bracket forgotten in inventory file
This commit is contained in:
parent
00859a4ced
commit
f97e6f8903
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ If there's another source of truth in your infrastructure, Ansible can also plug
|
||||||
Here's what a plain text inventory file looks like::
|
Here's what a plain text inventory file looks like::
|
||||||
|
|
||||||
---
|
---
|
||||||
webservers]
|
[webservers]
|
||||||
www1.example.com
|
www1.example.com
|
||||||
www2.example.com
|
www2.example.com
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue