From 4f65a955918303e530eff86704426ab4b65005c4 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Tue, 6 Sep 2016 19:23:19 -0400 Subject: [PATCH] Add letsencrypt to required packages list. --- ubuntu/roles/common/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/roles/common/tasks/main.yml b/ubuntu/roles/common/tasks/main.yml index c2e1956..2fe5726 100644 --- a/ubuntu/roles/common/tasks/main.yml +++ b/ubuntu/roles/common/tasks/main.yml @@ -43,6 +43,7 @@ - vnstat - python-dev - ntp + - letsencrypt - name: Remove exim4 and consolekit apt: pkg={{ item }} state=absent with_items: