2 - name: install systemd specific packages
9 - name: set systemd-related environment variables
11 src: xdg_runtime_dir.sh
12 dest: /etc/profile.d/xdg_runtime_dir.sh
16 - when: ansible_distribution == "Ubuntu"
18 - name: workaround console-setup race condition (1/2)
20 path: /etc/systemd/system/console-setup.service.d/
23 - name: workaround console-setup race condition (2/2)
25 dest: /etc/systemd/system/console-setup.service.d/override.conf
29 After=systemd-tmpfiles-setup.service
30 # no need to reload systemd, it is only there to fix a boot-time race-condition