Skip to content
Snippets Groups Projects
Commit 5739af90 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

install postfix before ubicast-config

parent 3401b2ac
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ sysutils_packages:
- nfs-client
- openssh-server
- pciutils
- postfix
- python3-psutil
- python3-openssl
- python3-requests
......@@ -26,7 +27,6 @@ sysutils_packages:
- rsync
- smartmontools
- sudo
- ubicast-config
- unattended-upgrades
- vim
......
......@@ -6,6 +6,12 @@
install_recommends: false
name: "{{ sysutils_packages }}"
- name: install ubicast-config
apt:
force_apt_get: true
install_recommends: false
name: ubicast-config
# FIREWALL
- name: firewall
......
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