1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ranger.git synced 2024-08-16 14:19:48 +02:00
ansible_role_ranger/meta/main.yml
L3D fd2a5afebb
Cleanup ranger install
+ adding block/rescue
+ improve lint
+ actions
+ docs
+ meta
2023-10-29 15:09:27 +01:00

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: []