reorganize postfix/email role; drop meta/main.yml dependencies as they interact badly...
[ansible.git] / email.yml
diff --git a/email.yml b/email.yml
deleted file mode 100644 (file)
index 42fb0a5..0000000
--- a/email.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-- hosts: email
-  roles:
-  - postfix
-  - journalwatch
-  tasks:
-  # some basic security stuff that relies on working email
-  - name: install apticron
-    apt: name=apticron state=latest