feat(workstation): added picom configuration

This commit is contained in:
NaeiKinDus 2025-02-26 00:00:00 +00:00
parent 5cb62c1ca3
commit 4244571f94
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
2 changed files with 2 additions and 0 deletions

View file

@ -166,6 +166,7 @@
loop:
- { src: "../templates/.config/terminator", dest: "{{ ansible_facts['getent_passwd'][workstation_user_account][4] }}/.config" }
- { src: "../templates/.config/vlc", dest: "{{ ansible_facts['getent_passwd'][workstation_user_account][4] }}/.config" }
- { src: "../templates/.config/picom.conf", dest: "{{ ansible_facts['getent_passwd'][workstation_user_account][4] }}/.config"}
- name: '[authenticator] find if binary is already installed'
ansible.builtin.file: