- name: reconfigure tzdata
  become: yes
  shell: dpkg-reconfigure -f noninteractive tzdata

- name: postalias /etc/aliases
  become: yes
  shell: "[ ! -x /usr/sbin/postalias ] || /usr/sbin/postalias /etc/aliases"

- name: reload journalctl
  become: yes
  command: /usr/bin/pkill -f -USR1 systemd-journald