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

@@ -20,4 +20,6 @@
- name: "[Fish] Set shell"
ansible.builtin.shell:
cmd: "usermod -s $(which fish) $(whoami)"
cmd: "sudo usermod -s $(which fish) $(whoami)"
become: true
ignore_errors: true