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
2020-04-13 19:44:55 +02:00

40 lines
746 B
YAML

---
galaxy_info:
author: L3D
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
min_ansible_version: 2.4
github_branch: master
platforms:
- name: Archlinux
versions: all
- name: Debian
versions:
- sid
- buster
- jessie
- stretch
- name: Ubuntu
versions:
- xenial
- trusty
- eoan
- disco
- bionic
- name: Fedora
versions:
- 31
- 32
- 33
- name: EL
versions:
- 8
- 7
- 6
galaxy_tags:
- ranger
- filemanager
- cli
- console
dependencies: []