From 6dfcdf7c665b6560e6d52bd2181c51fc4a248c9f Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 26 Feb 2020 13:39:47 +0100 Subject: [PATCH] update docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32c01b4..85148f6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Ansible role to install the ranger file manager on linux. ranger is a console fi ------------- First we try to install ``ranger`` with the default package manager. If this fails, we download the ranger git and compile it by ourself *(with python 3)*.
-We also perform a versioncheck that will check if a newer version of this role has been executed on this host before. You can disable it by setting ``ansible_versionscheck`` to `` false`` +We also could perform a simple versioncheck that will check if a newer version of this role has been executed on this host before. You can enable it by setting ``submodules_versioncheck`` to ``true`` How to use this role ------------- @@ -52,6 +52,8 @@ Example Playbook: - role-ranger tags: - ranger + vars: + submodules_versioncheck: true ```