diff options
Diffstat (limited to 'roles/desktop-environment/tasks/main.yaml')
-rw-r--r-- | roles/desktop-environment/tasks/main.yaml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/roles/desktop-environment/tasks/main.yaml b/roles/desktop-environment/tasks/main.yaml deleted file mode 100644 index db30cd7..0000000 --- a/roles/desktop-environment/tasks/main.yaml +++ /dev/null @@ -1,16 +0,0 @@ -- name: install icewm - apt: - name: - - icewm - - fonts-dejavu - - xterm - state: present - update_cache: true - -- name: copy system-wide icewm config files - copy: - src: icewm/ - dest: /etc/X11/icewm/ - owner: root - group: root - mode: '0644' |