Added qt5ct

This commit is contained in:
2024-06-02 18:19:46 +02:00
parent 7676943e69
commit 896900392b
7 changed files with 57 additions and 6 deletions

View File

@@ -0,0 +1,17 @@
---
- name: "[QT5CT] Install"
kewlfft.aur.aur:
name:
- qt5ct
state: present
- name: "[QT5CT] Create config folder"
ansible.builtin.file:
mode: "0755"
path: "{{ ansible_user_dir }}/.config/qt5ct"
state: directory
- name: "[QT5CT] Configure"
ansible.builtin.copy:
src: "./"
dest: "{{ ansible_user_dir }}/.config/qt5ct"