Skip to content

Commit 6b2b5a2

Browse files
committed
bump to version 0.2.0
1 parent ec93280 commit 6b2b5a2

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Or if you are using Tower or AWX add the collection to your requirements file.
2525
```
2626
collections:
2727
- name: icinga.icinga
28-
version: 0.1.0
2928
```
3029

3130
## Usage

doc/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ ansible-galaxy collection install icinga.icinga
2828

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

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

3636
```
3737
git clone https://github.com/Icinga/ansible-collection-icinga.git
3838
ansible-galaxy collection build ansible-collection-icinga
39-
ansible-galaxy collection install icinga-icinga-0.1.0.tar.gz
39+
ansible-galaxy collection install icinga-icinga-0.2.0.tar.gz
4040
```
4141

4242
## Example Playbooks

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: icinga
22
name: icinga
3-
version: 0.1.0
3+
version: 0.2.0
44
readme: README.md
55
authors:
66
- Lennart Betz <[email protected]>

0 commit comments

Comments
 (0)