diff options
Diffstat (limited to 'roles/icewm/tasks/main.yaml')
-rw-r--r-- | roles/icewm/tasks/main.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/icewm/tasks/main.yaml b/roles/icewm/tasks/main.yaml index db30cd7..1d273e1 100644 --- a/roles/icewm/tasks/main.yaml +++ b/roles/icewm/tasks/main.yaml @@ -4,6 +4,7 @@ - icewm - fonts-dejavu - xterm + - xclip state: present update_cache: true @@ -14,3 +15,11 @@ owner: root group: root mode: '0644' + +- name: copy system-wide xterm configuration to /etc/x11/Xresources + copy: + src: xterm + dest: /etc/X11/Xresources + owner: root + group: root + mode: '0644' |