customize-xfce-anisble/playbook/roles/role-one/tasks/rofi-launcher.yml

14 lines
272 B
YAML
Raw Normal View History

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