mirror of
https://github.com/roles-ansible/ansible_role_install_firefox.git
synced 2024-08-16 12:59:49 +02:00
update meta
This commit is contained in:
parent
ee9709d0fc
commit
175914b617
1 changed files with 9 additions and 15 deletions
|
@ -1,27 +1,21 @@
|
||||||
---
|
---
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: L3D
|
role_name: install_firefox
|
||||||
description: Manage your SSH Server - and deploy a good sshd configuration
|
author: do1jlr
|
||||||
|
description: Ansible role to install firefox. And some plugins if they are available via package manager
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
min_ansible_version: 2.3
|
min_ansible_version: 2.8
|
||||||
github_branch: master
|
github_branch: master
|
||||||
platforms:
|
platforms:
|
||||||
- name: Archlinux
|
- name: Archlinux
|
||||||
versions: all
|
versions: all
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions: all
|
||||||
- stretch
|
|
||||||
- sid
|
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions: all
|
||||||
- bionic
|
|
||||||
- cosmic
|
|
||||||
- name: Fedora
|
- name: Fedora
|
||||||
versions:
|
versions: all
|
||||||
- 28
|
|
||||||
- 29
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- ssh
|
- browser
|
||||||
- sshd
|
- firefox
|
||||||
- authorisation
|
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
Loading…
Reference in a new issue