From 44ef578f4125ba2da2709f56cbfa34ebdf006cb0 Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 9 Apr 2024 18:33:42 +0200 Subject: [PATCH] Update README.md Signed-off-by: L3D --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 553e823..92d8697 100644 --- a/README.md +++ b/README.md @@ -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.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: @@ -45,7 +45,7 @@ You can also list a collection in ``requirements.yml``: --- collections: - name: l3d.users - version: ">=1.0.1" + version: ">=1.1.0" ``` Global Variables: