ansible/roles/shell/tasks/tildelauncher.yml

9 lines
209 B
YAML
Raw Normal View History

# 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