Update for EL8
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Adrien Reslinger 2021-03-18 00:07:14 +01:00
parent 5e69465772
commit d7ce4b38c4
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
3 changed files with 14 additions and 3 deletions

View file

@ -8,6 +8,14 @@
# - postfix_mydestination is defined
# register: certificat_changed
- name: Install Certificat
include_role:
name: lego
# vars:
# certbot_certname: "{{ postfix_myhostname }}"
when:
- postfix_mydestination is defined
- name: Include tasks for postgrey
include_tasks: postgrey.yml
when: