customize-xfce-anisble/playbook/roles/role-one/tasks/rofi-launcher.yml
Swapnil 336e7d08bf
Some checks failed
buildbot/travis_bionic Build done.
🎉 Created Playbook
2022-03-11 14:47:40 +05:30

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