Add roles/shell/handlers/tildelauncher.yml
This commit is contained in:
parent
31e6bbd881
commit
b2678d8fd4
|
@ -0,0 +1,7 @@
|
||||||
|
# install tilde-launcher
|
||||||
|
---
|
||||||
|
- name: install tilde-launcher
|
||||||
|
make:
|
||||||
|
chdir: /usr/src/tilde-launcher
|
||||||
|
target: install
|
||||||
|
become: yes
|
Loading…
Reference in New Issue