Skip to content

Commit

Permalink
Merge pull request #32 from roles-ansible/r
Browse files Browse the repository at this point in the history
Release 1.1.6
  • Loading branch information
DO1JLR authored Aug 8, 2024
2 parents 852a5e1 + 90d5de0 commit b75cec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ And it is also possible to delete users.
## Using this Collection
You can install the collection using ansible-galaxy by running:
```bash
ansible-galaxy collection install l3d.users:1.1.5
ansible-galaxy collection install l3d.users:1.1.6
```

Remember you can to Upgrade to the latest version of the l3d.git collection using the ``--upgrade`` parameter:
Expand All @@ -45,7 +45,7 @@ You can also list a collection in ``requirements.yml``:
---
collections:
- name: l3d.users
version: ">=1.1.5"
version: ">=1.1.6"
```
Global Variables:
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: l3d
name: users

# The version of the collection. Must be compatible with semantic versioning
version: 1.1.5
version: 1.1.6

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

0 comments on commit b75cec0

Please sign in to comment.