diff options
author | heqnx <root@heqnx.com> | 2025-05-27 16:19:31 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-27 16:19:31 +0300 |
commit | 610623f4c075d4428b8b98084476ffdc89d0785c (patch) | |
tree | 365905e2965acb2968a9e73b4090096cf28e2c11 /roles/desktop-environment/tasks/main.yaml | |
parent | cfd0d05265721e98e6cbad55d8af0dcae5df7b6d (diff) | |
download | ansible-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.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' |