Add roles/shell/handlers/tildelauncher.yml

This commit is contained in:
2023-08-02 23:06:01 +00:00
parent 31e6bbd881
commit b2678d8fd4

View File

@@ -0,0 +1,7 @@
# install tilde-launcher
---
- name: install tilde-launcher
make:
chdir: /usr/src/tilde-launcher
target: install
become: yes