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

13 lines
224 B
YAML

---
- name: Rofi Launcher | Install dependencies
apt:
name:
- rofi
- name: Rofi Launcher | Copy rofi config
copy:
src: /root/Downloads/update-xfce-bigsur/rofi
dest: /root/.config/
remote_src: yes