mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 05:30:18 +00:00
Add roles/shell/tasks/tildelauncher.yml
This commit is contained in:
9
roles/shell/tasks/tildelauncher.yml
Normal file
9
roles/shell/tasks/tildelauncher.yml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user