projects
/
ansible.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
group newmail script stuff in a block
[ansible.git]
/
roles
/
postfix
/
tasks
/
main.yml
diff --git
a/roles/postfix/tasks/main.yml
b/roles/postfix/tasks/main.yml
index 45eb9ee4999e564feba774254dc70bc6b2cc6adf..af796d3b0e541ef18efb3dd145c9bb4fe71b26b7 100644
(file)
--- a/
roles/postfix/tasks/main.yml
+++ b/
roles/postfix/tasks/main.yml
@@
-1,8
+1,3
@@
-# base
-- name: create dh2048 file
- command: openssl dhparam -out {{ postfix.paths.dh2048 }} 2048
- args:
- creates: "{{ postfix.paths.dh2048 }}"
# daemons
- import_tasks: unbound.yml
tags: unbound