2 - name: create dh2048 file
3 command: openssl dhparam -out {{ postfix.paths.dh2048 }} 2048
5 creates: "{{ postfix.paths.dh2048 }}"
7 - import_tasks: unbound.yml
9 - import_tasks: opendkim.yml
11 when: postfix.opendkim is defined
12 - import_tasks: postfix.yml