mirror of
https://github.com/roles-ansible/ansible_collection_linux.git
synced 2024-09-12 00:04:41 +02:00
Merge pull request #1 from roles-ansible/v2
breaking: new variable names for packages
This commit is contained in:
commit
f264c4a195
5 changed files with 9 additions and 5 deletions
4
.ansible-lint
Normal file
4
.ansible-lint
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
exclude_paths:
|
||||
- .github/
|
||||
- roles/packages/.github
|
|
@ -13,7 +13,7 @@ This is the Ansible Collection ``l3d.linux``. A collection to to common linux ta
|
|||
## Using this Collection
|
||||
You can install the collection using ansible-galaxy by running:
|
||||
```bash
|
||||
ansible-galaxy collection install l3d.linux:1.0.0
|
||||
ansible-galaxy collection install l3d.linux:1.1.0
|
||||
```
|
||||
|
||||
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``:
|
|||
---
|
||||
collections:
|
||||
- name: l3d.linux
|
||||
version: ">=1.0.0"
|
||||
version: ">=1.1.0"
|
||||
```
|
||||
|
||||
## Include roles in your playbook
|
||||
|
|
|
@ -9,7 +9,7 @@ namespace: l3d
|
|||
name: linux
|
||||
|
||||
# The version of the collection. Must be compatible with semantic versioning
|
||||
version: 1.0.0
|
||||
version: 1.1.0
|
||||
|
||||
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||||
readme: README.md
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
---
|
||||
requires_ansible: '>=2.15'
|
||||
requires_ansible: '>=2.16.0'
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 43229cf0d9561248625ada346c86e03f6fee4b71
|
||||
Subproject commit 8dbf8e11c6adb607705ec6a80bed3d07b9d1bd8c
|
Loading…
Reference in a new issue