Skip to content

Commit 04eb257

Browse files
committed
Update README with fix for the example of inventory
1 parent 1c65c8b commit 04eb257

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ Once the collection is installed, you can use it in a playbook by specifying the
3535
```
3636
With the following inventory file:
3737
```yaml
38-
nd ansible_host=10.0.0.1 ansible_user=admin ansible_ssh_pass="MySuperPassword"
38+
[nd]
39+
nd1 ansible_host=10.0.0.1 ansible_user=admin ansible_ssh_pass="MySuperPassword"
3940

4041
[nd:vars]
4142
ansible_connection=ansible.netcommon.httpapi

0 commit comments

Comments
 (0)