File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ Or if you are using Tower or AWX add the collection to your requirements file.
2525```
2626collections:
2727 - name: icinga.icinga
28- version: 0.1.0
2928```
3029
3130## Usage
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ ansible-galaxy collection install icinga.icinga
2828
2929Or 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
3434Pre 2.10 you can also clone the repository, manually build and install the collection.
3535
3636```
3737git clone https://github.com/Icinga/ansible-collection-icinga.git
3838ansible-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
Original file line number Diff line number Diff line change 11namespace : icinga
22name : icinga
3- version : 0.1 .0
3+ version : 0.2 .0
44readme : README.md
55authors :
66 -
Lennart Betz <[email protected] >
You can’t perform that action at this time.
0 commit comments