Skip to content

Commit 2e31d60

Browse files
authored
Merge pull request #4 from roles-ansible/tree
Adding tree
2 parents 8ed5067 + 4576b7c commit 2e31d60

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is the Ansible Collection ``l3d.linux``. A collection to to common linux ta
1313
## Using this Collection
1414
You can install the collection using ansible-galaxy by running:
1515
```bash
16-
ansible-galaxy collection install l3d.linux:1.1.1
16+
ansible-galaxy collection install l3d.linux:1.1.2
1717
```
1818

1919
Remember you can to Upgrade to the latest version of the l3d.linux collection using the ``--upgrade`` parameter:
@@ -42,7 +42,7 @@ You can also list a collection in ``requirements.yml``:
4242
---
4343
collections:
4444
- name: l3d.linux
45-
version: ">=1.1.1"
45+
version: ">=1.1.2"
4646
```
4747
4848
## Include roles in your playbook

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace: l3d
99
name: linux
1010

1111
# The version of the collection. Must be compatible with semantic versioning
12-
version: 1.1.1
12+
version: 1.1.2
1313

1414
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1515
readme: README.md

roles/packages

0 commit comments

Comments
 (0)