From aa0618fe8c99d5adad6241ca99d16877559cfb60 Mon Sep 17 00:00:00 2001 From: Lilian Roller Date: Wed, 15 May 2019 17:02:46 +0200 Subject: [PATCH] improving lint --- tasks/versioncheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/versioncheck.yml b/tasks/versioncheck.yml index 9e0d385..e7788c6 100644 --- a/tasks/versioncheck.yml +++ b/tasks/versioncheck.yml @@ -27,7 +27,7 @@ - name: Check if your version is outdated fail: - msg: "Your current ansible module has the version '{{ playbook_version_number }}' and is outdated. Please update it at least to version '{{ playbook_version.content | default('Y3VycmVudGx5IG5vdCBkZXBsb3llZAo=') | b64decode }}'!" + msg: "Your ansible module has the version '{{ playbook_version_number }}' and is outdated. You need to update it!" when: - playbook_version.content|default("Mgo=")|b64decode|int - 1 >= playbook_version_number|int and submodules_versioncheck