From 1f798a2d7c3471d499588e28fe9c437a940e7473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Sun, 7 Apr 2024 21:00:04 +0000 Subject: [PATCH] update version in example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5885509d..dc1a1fb3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ None. ```yaml roles: - name: konstruktoid.hardening - version: 'v2.0.0' + version: 'v2.0.3' src: https://github.com/konstruktoid/ansible-role-hardening.git scm: git ``` @@ -85,7 +85,7 @@ roles: ansible.builtin.git: repo: https://github.com/konstruktoid/ansible-role-hardening dest: /etc/ansible/roles/konstruktoid.hardening - version: 'v2.0.0' + version: 'v2.0.3' - name: Remove git ansible.builtin.package: