Add roles/shell/handlers/tildelauncher.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
deepend 2023-08-02 23:06:01 +00:00
parent 31e6bbd881
commit b2678d8fd4
1 changed files with 7 additions and 0 deletions

View File

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