diff options
author | heqnx <root@heqnx.com> | 2025-05-27 16:43:43 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-27 16:43:43 +0300 |
commit | 3e90dbaae41eb66eecf2ac0f1a8cc8e3a9078376 (patch) | |
tree | 2ccd535d016577307206ce3a23a628210098dfe0 /roles/icewm/tasks/main.yaml | |
parent | 07a40a6560a57439ed68716f351ad41b9502794b (diff) | |
download | ansible-playbooks-3e90dbaae41eb66eecf2ac0f1a8cc8e3a9078376.tar.gz ansible-playbooks-3e90dbaae41eb66eecf2ac0f1a8cc8e3a9078376.zip |
added thunar and mousepad
Diffstat (limited to 'roles/icewm/tasks/main.yaml')
-rw-r--r-- | roles/icewm/tasks/main.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/icewm/tasks/main.yaml b/roles/icewm/tasks/main.yaml index 1d273e1..7e6987d 100644 --- a/roles/icewm/tasks/main.yaml +++ b/roles/icewm/tasks/main.yaml @@ -5,6 +5,8 @@ - fonts-dejavu - xterm - xclip + - mousepad + - thunar state: present update_cache: true |