mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-21 01:31:41 +02:00
Remove Ubuntu 14.04 test because it's now broken. Add CentOS 8 and Debian 10.
This commit is contained in:
parent
aca08d9cca
commit
aefefd83fd
@ -6,13 +6,14 @@ env:
|
|||||||
global:
|
global:
|
||||||
- ROLE_NAME: certbot
|
- ROLE_NAME: certbot
|
||||||
matrix:
|
matrix:
|
||||||
|
- MOLECULE_DISTRO: centos8
|
||||||
- MOLECULE_DISTRO: centos7
|
- MOLECULE_DISTRO: centos7
|
||||||
- MOLECULE_DISTRO: centos6
|
- MOLECULE_DISTRO: centos6
|
||||||
MOLECULE_PLAYBOOK: playbook-source-install.yml
|
MOLECULE_PLAYBOOK: playbook-source-install.yml
|
||||||
- MOLECULE_DISTRO: ubuntu1804
|
- MOLECULE_DISTRO: ubuntu1804
|
||||||
- MOLECULE_DISTRO: ubuntu1604
|
- MOLECULE_DISTRO: ubuntu1604
|
||||||
MOLECULE_PLAYBOOK: playbook-source-install.yml
|
|
||||||
- MOLECULE_DISTRO: debian9
|
- MOLECULE_DISTRO: debian9
|
||||||
|
- MOLECULE_DISTRO: debian10
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Install test dependencies.
|
# Install test dependencies.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user