derbunman.debuild_rofi

ansible role debuild_rofi

Ansible cookbook to build and install a rofi .deb for Ubuntu/Debian.

example

playbook.yml

I install rofi on all hosts in the desktop group.

- hosts: desktop
  roles:
    - derbunman.debuild_rofi

requirements.yml

- src: derbunman.debuild
- src: derbunman.debuild_rofi

install dependencies

ansible-galaxy install -r requirements.yml

update dependencies

ansible-galaxy install -r requirements.yml --force

run playbook

ansible-playbook playbook.yml -v
About

rofi deb package builder

Install
ansible-galaxy install derbunman.debuild_rofi
GitHub repository
License
mit
Downloads
185
Owner