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

13 lines
224 B
YAML
Raw Normal View History

2022-03-11 08:59:12 +00:00
---
- 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