1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_users.git synced 2024-08-16 10:29:50 +02:00

Prepare v1.1.1 release

This commit is contained in:
L3D 2024-04-15 13:06:17 +02:00
parent 8106d0a4da
commit 5e0f25cb31
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ And it is possible to delete users too.
## Using this Collection
You can install the collection using ansible-galaxy by running:
```bash
ansible-galaxy collection install l3d.users:1.1.0
ansible-galaxy collection install l3d.users:1.1.1
```
Remember you can to Upgrade to the latest version of the l3d.git collection using the ``--upgrade`` parameter:
@ -45,7 +45,7 @@ You can also list a collection in ``requirements.yml``:
---
collections:
- name: l3d.users
version: ">=1.1.0"
version: ">=1.1.1"
```
Global Variables:

View file

@ -9,7 +9,7 @@ namespace: l3d
name: users
# The version of the collection. Must be compatible with semantic versioning
version: 1.1.0
version: 1.1.1
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md