ansible-desktop/roles/compton/tasks/main.yml

17 lines
234 B
YAML
Raw Normal View History

2020-10-30 08:43:21 +00:00
---
- 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