From 64139233785ffb83b55cabceaaaeaab804983dfa Mon Sep 17 00:00:00 2001 From: Matthew Reschke Date: Fri, 3 Apr 2020 13:54:44 -0600 Subject: [PATCH] Add web/certbot --- web/certbot/tasks/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 web/certbot/tasks/main.yml diff --git a/web/certbot/tasks/main.yml b/web/certbot/tasks/main.yml new file mode 100644 index 0000000..d016540 --- /dev/null +++ b/web/certbot/tasks/main.yml @@ -0,0 +1,7 @@ +--- +# Install Certbot +- name: Installing Certbot + apt: + update_cache: yes + state: present + name: certbot