Move dh2048 creation to base, remove server-scripts from base
[ansible.git] / roles / postfix / tasks / main.yml
index 45eb9ee4999e564feba774254dc70bc6b2cc6adf..af796d3b0e541ef18efb3dd145c9bb4fe71b26b7 100644 (file)
@@ -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