Skip to content

Commit

Permalink
Update README with fix for the example of inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
lhercot committed Dec 9, 2021
1 parent 1c65c8b commit 04eb257
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Once the collection is installed, you can use it in a playbook by specifying the
```
With the following inventory file:
```yaml
nd ansible_host=10.0.0.1 ansible_user=admin ansible_ssh_pass="MySuperPassword"
[nd]
nd1 ansible_host=10.0.0.1 ansible_user=admin ansible_ssh_pass="MySuperPassword"

[nd:vars]
ansible_connection=ansible.netcommon.httpapi
Expand Down

0 comments on commit 04eb257

Please sign in to comment.