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