Rename role for molecule.

This commit is contained in:
Lucas Maurice 2020-12-07 19:06:48 -05:00
parent 78b805c429
commit 8aff63702a
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ services: docker
env: env:
global: global:
- ROLE_NAME: cloudflare-acme - ROLE_NAME: cloudflare_acme
matrix: matrix:
- MOLECULE_DISTRO: centos7 - MOLECULE_DISTRO: centos7
- MOLECULE_DISTRO: centos8 - MOLECULE_DISTRO: centos8

View File

@ -1,6 +1,6 @@
--- ---
galaxy_info: galaxy_info:
role_name: cloudflare-acme role_name: cloudflare_acme
author: sonic author: sonic
description: Install and renew SSL certificates with Cloudflare API ; Let's Encrypt ; and acme.sh. description: Install and renew SSL certificates with Cloudflare API ; Let's Encrypt ; and acme.sh.
license: MIT license: MIT

View File

@ -5,4 +5,4 @@
vars: vars:
acme_sh_domains: [] acme_sh_domains: []
roles: roles:
- role: cloudflare-acme - role: cloudflare_acme