2022-03-11 09:59:12 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: Rofi Launcher | Install dependencies
|
2022-03-21 14:15:40 +01:00
|
|
|
become: yes
|
2022-03-11 09:59:12 +01:00
|
|
|
apt:
|
|
|
|
name:
|
|
|
|
- rofi
|
|
|
|
|
|
|
|
- name: Rofi Launcher | Copy rofi config
|
|
|
|
copy:
|
2022-03-15 06:42:43 +01:00
|
|
|
src: "{{ home_directory }}/Downloads/update-xfce-bigsur/rofi"
|
|
|
|
dest: "{{ home_directory }}/.config/"
|
2022-03-11 09:59:12 +01:00
|
|
|
remote_src: yes
|