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
pull/20/head
exploide 8 years ago
parent b82eeeed79
commit 33724b0a93
  1. 2
      README.md
  2. 5
      meta/main.yml

@ -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

@ -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,6 +12,9 @@ galaxy_info:
versions:
- 6
- 7
- name: Fedora
versions:
- all
- name: Ubuntu
versions:
- all

Loading…
Cancel
Save