certbot: Add missing config file and lint fixes

This commit is contained in:
Timo Makinen 2020-08-27 21:14:36 +03:00
parent b81950c5b2
commit 602cc4dfc6
3 changed files with 24 additions and 1 deletions

View file

@ -56,3 +56,12 @@
owner: root
group: "{{ ansible_wheel }}"
state: link
follow: false
- name: create certbot config
copy:
dest: /etc/letsencrypt/cli.ini
src: cli.ini
mode: 0644
owner: root
group: "{{ ansible_wheel }}"