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

28 lines
592 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
namespace: l3d
2020-02-13 15:13:44 +01:00
license: MIT
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:
- name: ArchLinux
versions: ['all']
2020-02-13 15:13:44 +01:00
- name: Debian
versions: ['all']
2020-02-13 15:13:44 +01:00
- name: Ubuntu
versions: ['all']
2020-02-13 15:13:44 +01:00
- name: Fedora
versions: ['all']
2020-02-13 15:13:44 +01:00
- name: EL
versions: ['all']
2020-02-13 15:13:44 +01:00
galaxy_tags:
- ranger
- filemanager
- cli
- console
- linux
2020-02-13 15:13:44 +01:00
dependencies: []