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:
parent
f38d5ef578
commit
6dfcdf7c66
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
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/>
|
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
|
How to use this role
|
||||||
-------------
|
-------------
|
||||||
|
@ -52,6 +52,8 @@ Example Playbook:
|
||||||
- role-ranger
|
- role-ranger
|
||||||
tags:
|
tags:
|
||||||
- ranger
|
- ranger
|
||||||
|
vars:
|
||||||
|
submodules_versioncheck: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue