mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-15 17:59:41 +01:00
fixed newaliases task being run too before postfix installation
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
shell: /bin/bash
|
||||
groups: sudo
|
||||
|
||||
- name: Install & Configure Postfix
|
||||
ansible.builtin.import_tasks: postfix.yml
|
||||
|
||||
- name: Configure SSH
|
||||
ansible.builtin.import_tasks: ssh-config.yml
|
||||
|
||||
- name: Install & Configure unattended upgrades
|
||||
ansible.builtin.import_tasks: unattended-upgrades.yml
|
||||
|
||||
- name: Install & Configure Postfix
|
||||
ansible.builtin.import_tasks: postfix.yml
|
||||
ansible.builtin.import_tasks: unattended-upgrades.yml
|
||||
Reference in New Issue
Block a user