This commit is contained in:
parent
5e69465772
commit
d7ce4b38c4
3 changed files with 14 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue