added task to set timezone to Europe/Berlin

This commit is contained in:
2023-03-21 10:27:33 +01:00
parent 5932f63e45
commit 978543783e

View File

@@ -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