reorganize postfix/email role; drop meta/main.yml dependencies as they interact badly...
[ansible.git] / roles / email / tasks / main.yml
similarity index 60%
rename from roles/postfix/tasks/main.yml
rename to roles/email/tasks/main.yml
index af796d3b0e541ef18efb3dd145c9bb4fe71b26b7..176ac206d890ad400513e4299170f0f1eefa5e0e 100644 (file)
@@ -6,3 +6,6 @@
   when: postfix.opendkim is defined
 - import_tasks: postfix.yml
   tags: postfix
+# some basic security stuff that relies on working email
+- name: install apticron
+  apt: name=apticron state=latest