Skip to content

Commit

Permalink
Merge pull request #24 from coopdevs/goodbye-trusty
Browse files Browse the repository at this point in the history
Certbot removed support for trusty
  • Loading branch information
raneq authored Sep 3, 2019
2 parents 2e388c4 + e5c70f0 commit a0110db
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Certbot NGINX [![Build Status](https://travis-ci.org/coopdevs/certbot_nginx.svg?branch=master)](https://travis-ci.org/coopdevs/certbot_nginx)
=========

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

This role will:
1. Add `certbot` PPA repository
Expand Down
1 change: 0 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ galaxy_info:
platforms:
- name: Ubuntu
versions:
- trusty
- xenial
- bionic

Expand Down
2 changes: 0 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ driver:
lint:
name: yamllint
platforms:
- name: instance-trusty
image: ubuntu:14.04
- name: instance-xenial
image: ubuntu:16.04
- name: instance-bionic
Expand Down

0 comments on commit a0110db

Please sign in to comment.