--- # file: roles/yavdr-xorg/tasks/setup-xorg.yml - name: create directories for systemd drop-in files file: dest: '{{ item }}' state: directory with_items: - "/etc/systemd/system/x@.service.d/" - "/etc/systemd/system/vdr.service.d/" - "/etc/systemd/system/user@{{ vdr.uid }}.service.d/" - "/etc/X11/xorg.conf.d/" - name: shell | write keyboard configuration from /etc/default/keyboard to /etc/X11/xorg.conf.d/00-keyboard.conf shell: | source /etc/default/keyboard mkdir -p /etc/X11/xorg.conf.d/ cat > /etc/X11/xorg.conf.d/00-keyboard.conf <