From 917ef76af012ac31546676bf93884d29dee8130a Mon Sep 17 00:00:00 2001 From: Sadiq Saif Date: Sat, 12 Jan 2019 14:48:09 -0500 Subject: [PATCH] Remove Let's Encrypt config copy, it is not needed --- roles/mastodon-nginx/tasks/main.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/mastodon-nginx/tasks/main.yml b/roles/mastodon-nginx/tasks/main.yml index 17643d6..6c04332 100644 --- a/roles/mastodon-nginx/tasks/main.yml +++ b/roles/mastodon-nginx/tasks/main.yml @@ -24,14 +24,6 @@ src: letsencrypt-renew.sh dest: /etc/cron.daily/letsencrypt-renew.sh mode: 0700 -- name: Make Let's Encrypt configuration directory - file: - dest: /root/.config/letsencrypt - state: directory -- name: Copy Let's Encrypt configuration file - copy: - src: cli.ini - dest: /root/.config/letsencrypt/cli.ini - name: Run nginx install tasks include_tasks: install.yml when: install is defined