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