From 73536dc202a5a29be7cf9bb39858bb9f4a4dd3d7 Mon Sep 17 00:00:00 2001 From: Aleix Penella Date: Wed, 24 Jan 2024 17:36:46 +0100 Subject: [PATCH] docs: align Inventory title --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc9df3a..066b68d 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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`.