From 33724b0a9361e4e75d20eb0e6b3fd4e39eb9d1ad Mon Sep 17 00:00:00 2001 From: exploide Date: Fri, 24 Feb 2017 10:19:01 +0100 Subject: [PATCH] this role is also compatible with Fedora - mention Fedora in meta - adapt description of role because this role should work on most distributions, not only EL and Debian/Ubuntu --- README.md | 2 +- meta/main.yml | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bfd0353..ba8cf6a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/geerlingguy/ansible-role-certbot.svg?branch=master)](https://travis-ci.org/geerlingguy/ansible-role-certbot) -Installs Certbot (for Let's Encrypt) for RHEL/CentOS or Debian/Ubuntu. +Installs and configures Certbot (for Let's Encrypt). ## Requirements diff --git a/meta/main.yml b/meta/main.yml index 2a9422b..ee4dc79 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -3,7 +3,7 @@ dependencies: [] galaxy_info: author: geerlingguy - description: "Certbot (for Let's Encrypt) for RHEL/CentOS and Debian/Ubuntu." + description: "Installs and configures Certbot (for Let's Encrypt)." company: "Midwestern Mac, LLC" license: "license (BSD, MIT)" min_ansible_version: 1.8 @@ -12,12 +12,15 @@ galaxy_info: versions: - 6 - 7 + - name: Fedora + versions: + - all - name: Ubuntu versions: - - all + - all - name: Debian versions: - - all + - all galaxy_tags: - networking - system