fix: add wofi link + packages
This commit is contained in:
parent
9c4a6a4341
commit
5f09fcba36
2 changed files with 10 additions and 1 deletions
|
|
@ -266,3 +266,10 @@
|
|||
ansible.builtin.git:
|
||||
repo: "git@forge.lefuturiste.fr:mbess/monakhos.git"
|
||||
dest: /home/mbess/workspace/monakhos
|
||||
|
||||
- name: Setup wofi link
|
||||
become: true
|
||||
file:
|
||||
src: "/usr/bin/wofi"
|
||||
dest: "/usr/bin/rofi"
|
||||
state: link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue