Skip to content

Commit a0110db

Browse files
authored
Merge pull request #24 from coopdevs/goodbye-trusty
Certbot removed support for trusty
2 parents 2e388c4 + e5c70f0 commit a0110db

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Certbot NGINX [![Build Status](https://travis-ci.org/coopdevs/certbot_nginx.svg?branch=master)](https://travis-ci.org/coopdevs/certbot_nginx)
22
=========
33

4-
Simple Ansible role to install `certbot` with NGINX plugin on **Ubuntu 14.04**, **Ubuntu 16.04** and **Ubuntu 18.04**.
4+
Simple Ansible role to install `certbot` with NGINX plugin on **Ubuntu 16.04** and **Ubuntu 18.04**.
55

66
This role will:
77
1. Add `certbot` PPA repository

meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ galaxy_info:
1111
platforms:
1212
- name: Ubuntu
1313
versions:
14-
- trusty
1514
- xenial
1615
- bionic
1716

molecule/default/molecule.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ driver:
66
lint:
77
name: yamllint
88
platforms:
9-
- name: instance-trusty
10-
image: ubuntu:14.04
119
- name: instance-xenial
1210
image: ubuntu:16.04
1311
- name: instance-bionic

0 commit comments

Comments
 (0)