Skip to content

Commit

Permalink
bump to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkayontour committed Aug 23, 2022
1 parent ec93280 commit 6b2b5a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Or if you are using Tower or AWX add the collection to your requirements file.
```
collections:
- name: icinga.icinga
version: 0.1.0
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ ansible-galaxy collection install icinga.icinga

Or pull the collection from the git. (Only useable with Ansible version 2.10.9)
```
ansible-galaxy collection install git+https://github.com/Icinga/ansible-collection-icinga.git,0.1.0
ansible-galaxy collection install git+https://github.com/Icinga/ansible-collection-icinga.git,0.2.0
```

Pre 2.10 you can also clone the repository, manually build and install the collection.

```
git clone https://github.com/Icinga/ansible-collection-icinga.git
ansible-galaxy collection build ansible-collection-icinga
ansible-galaxy collection install icinga-icinga-0.1.0.tar.gz
ansible-galaxy collection install icinga-icinga-0.2.0.tar.gz
```

## Example Playbooks
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: icinga
name: icinga
version: 0.1.0
version: 0.2.0
readme: README.md
authors:
- Lennart Betz <[email protected]>
Expand Down

0 comments on commit 6b2b5a2

Please sign in to comment.