mirror of
https://github.com/roles-ansible/ansible_collection_users.git
synced 2024-08-16 10:29:50 +02:00
Update README.md
Signed-off-by: L3D <l3d@c3woc.de>
This commit is contained in:
parent
7a8f000d4c
commit
44ef578f41
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ And it is possible to delete users too.
|
||||||
## Using this Collection
|
## Using this Collection
|
||||||
You can install the collection using ansible-galaxy by running:
|
You can install the collection using ansible-galaxy by running:
|
||||||
```bash
|
```bash
|
||||||
ansible-galaxy collection install l3d.users:1.0.1
|
ansible-galaxy collection install l3d.users:1.1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Remember you can to Upgrade to the latest version of the l3d.git collection using the ``--upgrade`` parameter:
|
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:
|
collections:
|
||||||
- name: l3d.users
|
- name: l3d.users
|
||||||
version: ">=1.0.1"
|
version: ">=1.1.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
Global Variables:
|
Global Variables:
|
||||||
|
|
Loading…
Reference in a new issue