Rename module to certbot-route53

This commit is contained in:
Thiago Almeida 2020-09-11 17:55:07 +02:00
parent e5f663e5b3
commit 45b2915583
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ services: docker
env:
global:
- ROLE_NAME: certbot
- ROLE_NAME: certbot-route53
matrix:
- MOLECULE_DISTRO: centos8
- MOLECULE_DISTRO: centos7

View File

@ -8,7 +8,7 @@ dependencies:
allow_duplicates: true
galaxy_info:
role_name: certbot
role_name: certbot-route53
author: thiagoalmeidasa
description: "Installs and configures Certbot (for Let's Encrypt)."
company: "Midwestern Mac, LLC"

View File

@ -31,4 +31,4 @@
when: ansible_os_family == 'Debian'
roles:
- geerlingguy.certbot
- geerlingguy.certbot-route53

View File

@ -23,4 +23,4 @@
roles:
- geerlingguy.git
- geerlingguy.certbot
- geerlingguy.certbot-route53

View File

@ -125,7 +125,7 @@
when: ansible_os_family == 'Debian'
roles:
- geerlingguy.certbot
- geerlingguy.certbot-route53
- geerlingguy.nginx
tasks: