Remove Let's Encrypt config copy, it is not needed

This commit is contained in:
Sadiq Saif 2019-01-12 14:48:09 -05:00 committed by GitHub
parent 3f10179c92
commit 917ef76af0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -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