ansible-desktop/roles/compton/tasks/main.yml
Przemysław Grondek 4d9a0436e0 Add compton
2020-10-30 09:43:21 +01:00

17 lines
234 B
YAML

---
- name: install comton
become: yes
apt:
update_cache: yes
pkg:
- compton
- name: create config dir
file:
path: ~/.config
- name: copy config
copy:
src: compton.conf
dest: ~/.config/compton.conf