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 Feb 18, 2024
1 parent f2000e4 commit 8dcf150
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ _**Important:** The master branch may contain unreleased or pre-released feature
- [Create the _DefaultExecute_ executor](#create-the-defaultexecute-executor)
- [Manage the output of the command execution](#manage-the-output-of-the-command-execution)
- [Usage Reference](#usage-reference)
<<<<<<< HEAD
- [Adhoc package](#adhoc-package)
- [AnsibleAdhocCmd struct](#ansibleadhoccmd-struct)
- [AnsibleAdhocOptions struct](#ansibleadhocoptions-struct)
Expand Down Expand Up @@ -67,31 +66,6 @@ _**Important:** The master branch may contain unreleased or pre-released feature
- [File](#file)
- [Resolve](#resolve)
- [Text](#text)
=======
- [Packages](#packages)
- [Adhoc](#adhoc)
- [Playbook](#playbook)
- [Inventory](#inventory)
- [Execute](#execute)
- [DefaultExecute](#defaultexecute)
- [Custom executor](#custom-executor)
- [Measurements](#measurements)
- [Options](#options)
- [Ansible ad-hoc and ansible-playbook Common Options](#ansible-ad-hoc-and-ansible-playbook-common-options)
- [Stdout Callback](#stdout-callback)
- [Results](#results)
- [Transformers](#transformers)
- [Default](#default)
- [JSON](#json)
- [Manage JSON Output](#manage-json-output)
- [Vault](#vault)
- [Encrypt](#encrypt)
- [Password](#password)
- [Envvars](#envvars)
- [File](#file)
- [Resolve](#resolve)
- [Text](#text)
>>>>>>> 4c2e989 (update installation instructions)
- [Examples](#examples)
- [Contributing](#contributing)
- [Code Of Conduct](#code-of-conduct)
Expand All @@ -102,11 +76,7 @@ _**Important:** The master branch may contain unreleased or pre-released feature
Use this command to fetch and install the latest version of _go-ansible_, ensuring you have the most up-to-date and stable release.

```sh
<<<<<<< HEAD
go get github.com/apenella/go-ansible@v2.0.0
=======
go get github.com/apenella/go-ansible@v1.3.0
>>>>>>> 4c2e989 (update installation instructions)
```

### Upgrade to 1.x
Expand Down

0 comments on commit 8dcf150

Please sign in to comment.