From 175914b617bfc8e3165474b5567b7cca76fbea84 Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 11 Mar 2021 22:29:05 +0100 Subject: [PATCH] update meta --- meta/main.yml | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 659d41a..c480627 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,27 +1,21 @@ --- galaxy_info: - author: L3D - description: Manage your SSH Server - and deploy a good sshd configuration + role_name: install_firefox + author: do1jlr + description: Ansible role to install firefox. And some plugins if they are available via package manager license: "MIT" - min_ansible_version: 2.3 + min_ansible_version: 2.8 github_branch: master platforms: - name: Archlinux versions: all - name: Debian - versions: - - stretch - - sid + versions: all - name: Ubuntu - versions: - - bionic - - cosmic + versions: all - name: Fedora - versions: - - 28 - - 29 + versions: all galaxy_tags: - - ssh - - sshd - - authorisation + - browser + - firefox dependencies: []