Skip to content
Snippets Groups Projects
Commit 40821b16 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Fixed initial conflict between postfix and exim

parent 491c67ca
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,21 @@
force_apt_get: true
install_recommends: false
name: "{{ sysconfig_packages }}"
state: latest
- name: remove conflicting packages
apt:
force_apt_get: true
install_recommends: false
name: exim4-base exim4-config exim4-daemon-light
state: absent
- name: install ubicast-config
apt:
force_apt_get: true
install_recommends: false
name: ubicast-config
state: latest
- name: enable unattended upgrades
copy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment