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

26 lines
540 B
YAML
Raw Normal View History

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