1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ranger.git synced 2024-08-16 14:19:48 +02:00

update docs

This commit is contained in:
L3D 2020-02-26 13:39:47 +01:00
parent f38d5ef578
commit 6dfcdf7c66
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -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)*.<br/>
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
```