copr-dist-git-dev: include certbot role

This commit is contained in:
clime 2018-06-28 14:23:12 +02:00
parent a51bd6a5f4
commit 1fa75c53fa

View file

@ -62,6 +62,10 @@
notify:
- reload httpd
- name: letsencrypt cert
include_role: name=certbot
when: env == 'staging'
- name: temporary logrotation fix until copr-dist-git 0.26 is released & deployed
copy: src="logrotate.d/copr-dist-git" dest="/etc/logrotate.d/copr-dist-git"