Skip to content

Commit

Permalink
docs: align Inventory title
Browse files Browse the repository at this point in the history
  • Loading branch information
apenella committed Jan 24, 2024
1 parent 4c2e989 commit 73536dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Let's dive in and explore the capabilities of `go-ansible` together.
- [Packages](#packages)
- [Adhoc](#adhoc)
- [Playbook](#playbook)
- [Inventory](#inventory)
- [Inventory](#inventory)
- [Execute](#execute)
- [DefaultExecute](#defaultexecute)
- [Custom executor](#custom-executor)
Expand Down Expand Up @@ -161,7 +161,7 @@ The `github.com/apenella/go-ansible/pkg/playbook` package provides the functiona
Additionally, you can provide privilege escalation options or connection options to the `AnsiblePlaybookCmd`. These options are defined in the `github.com/apenella/go-ansible/pkg/options` package. Refer to the [options](#options) sections to know more about it.
### Inventory
#### Inventory
The information provided in this section gives an overview of the `Inventory` package in `go-ansible`.
Expand Down

0 comments on commit 73536dc

Please sign in to comment.