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
|
2023-10-29 15:09:27 +01:00
|
|
|
namespace: l3d
|
2020-02-13 15:13:44 +01:00
|
|
|
license: MIT
|
2023-10-29 15:09:27 +01:00
|
|
|
min_ansible_version: '2.13'
|
2021-03-12 23:59:59 +01:00
|
|
|
github_branch: main
|
2020-02-13 15:13:44 +01:00
|
|
|
platforms:
|
2023-10-29 15:09:27 +01:00
|
|
|
- name: ArchLinux
|
|
|
|
versions: ['all']
|
2020-02-13 15:13:44 +01:00
|
|
|
- name: Debian
|
2023-10-29 15:09:27 +01:00
|
|
|
versions: ['all']
|
2020-02-13 15:13:44 +01:00
|
|
|
- name: Ubuntu
|
2023-10-29 15:09:27 +01:00
|
|
|
versions: ['all']
|
2020-02-13 15:13:44 +01:00
|
|
|
- name: Fedora
|
2023-10-29 15:09:27 +01:00
|
|
|
versions: ['all']
|
2020-02-13 15:13:44 +01:00
|
|
|
- name: EL
|
2023-10-29 15:09:27 +01:00
|
|
|
versions: ['all']
|
2020-02-13 15:13:44 +01:00
|
|
|
galaxy_tags:
|
|
|
|
- ranger
|
|
|
|
- filemanager
|
|
|
|
- cli
|
|
|
|
- console
|
2023-10-29 15:09:27 +01:00
|
|
|
- linux
|
2020-02-13 15:13:44 +01:00
|
|
|
dependencies: []
|