Add roles/shell/tasks/tildelauncher.yml
This commit is contained in:
parent
035c05428f
commit
cd22eaddd2
|
@ -0,0 +1,9 @@
|
||||||
|
# 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
|
Loading…
Reference in New Issue