2020-02-13 15:13:44 +01:00
|
|
|
---
|
|
|
|
galaxy_info:
|
2021-03-12 23:59:59 +01:00
|
|
|
author: do1jlr
|
2020-02-13 15:13:44 +01:00
|
|
|
description: Ansible role to install the ranger file manager on linux. ranger is a console file manager with VI key bindings.
|
|
|
|
role_name: ranger
|
|
|
|
license: MIT
|
2021-03-12 23:44:16 +01:00
|
|
|
min_ansible_version: 2.8
|
2021-03-12 23:59:59 +01:00
|
|
|
github_branch: main
|
2020-02-13 15:13:44 +01:00
|
|
|
platforms:
|
|
|
|
- name: Archlinux
|
|
|
|
versions: all
|
|
|
|
- name: Debian
|
2021-03-12 23:44:16 +01:00
|
|
|
versions: all
|
2020-02-13 15:13:44 +01:00
|
|
|
- name: Ubuntu
|
2021-03-12 23:44:16 +01:00
|
|
|
versions: all
|
2020-02-13 15:13:44 +01:00
|
|
|
- name: Fedora
|
2021-03-12 23:44:16 +01:00
|
|
|
versions: all
|
2020-02-13 15:13:44 +01:00
|
|
|
- name: EL
|
2021-03-12 23:44:16 +01:00
|
|
|
versions: all
|
2020-02-13 15:13:44 +01:00
|
|
|
galaxy_tags:
|
|
|
|
- ranger
|
|
|
|
- filemanager
|
|
|
|
- cli
|
|
|
|
- console
|
|
|
|
dependencies: []
|