mirror of
https://github.com/roles-ansible/ansible_role_ranger.git
synced 2024-08-16 14:19:48 +02:00
27 lines
592 B
YAML
27 lines
592 B
YAML
---
|
|
galaxy_info:
|
|
author: do1jlr
|
|
description: Ansible role to install the ranger file manager on linux. ranger is a console file manager with VI key bindings.
|
|
role_name: ranger
|
|
namespace: l3d
|
|
license: MIT
|
|
min_ansible_version: '2.13'
|
|
github_branch: main
|
|
platforms:
|
|
- name: ArchLinux
|
|
versions: ['all']
|
|
- name: Debian
|
|
versions: ['all']
|
|
- name: Ubuntu
|
|
versions: ['all']
|
|
- name: Fedora
|
|
versions: ['all']
|
|
- name: EL
|
|
versions: ['all']
|
|
galaxy_tags:
|
|
- ranger
|
|
- filemanager
|
|
- cli
|
|
- console
|
|
- linux
|
|
dependencies: []
|