9 lines
209 B
YAML
9 lines
209 B
YAML
|
# install tilde-launcher
|
||
|
---
|
||
|
- name: Clone tilde-launcher
|
||
|
git:
|
||
|
repo: https://tildegit.org/thunix/tilde-launcher.git
|
||
|
dest: /usr/src/tilde-launcher
|
||
|
force: yes
|
||
|
notify:
|
||
|
- install tilde-launcher
|