aboutsummaryrefslogtreecommitdiff
path: root/roles/desktop-environment/tasks/main.yaml
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-05-27 16:19:31 +0300
committerheqnx <root@heqnx.com>2025-05-27 16:19:31 +0300
commit610623f4c075d4428b8b98084476ffdc89d0785c (patch)
tree365905e2965acb2968a9e73b4090096cf28e2c11 /roles/desktop-environment/tasks/main.yaml
parentcfd0d05265721e98e6cbad55d8af0dcae5df7b6d (diff)
downloadansible-playbooks-610623f4c075d4428b8b98084476ffdc89d0785c.tar.gz
ansible-playbooks-610623f4c075d4428b8b98084476ffdc89d0785c.zip
renamed role
Diffstat (limited to 'roles/desktop-environment/tasks/main.yaml')
-rw-r--r--roles/desktop-environment/tasks/main.yaml16
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'