mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-15 21:09:40 +01:00
added task to set timezone to Europe/Berlin
This commit is contained in:
@@ -13,6 +13,10 @@
|
|||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
groups: sudo
|
groups: sudo
|
||||||
|
|
||||||
|
- name: Set system timezone
|
||||||
|
community.general.timezone:
|
||||||
|
name: Europe/Berlin
|
||||||
|
|
||||||
- name: Install & Configure Postfix
|
- name: Install & Configure Postfix
|
||||||
ansible.builtin.import_tasks: postfix.yml
|
ansible.builtin.import_tasks: postfix.yml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user