This repository has been archived on 2024-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
ansible/roles/shell/tasks/tildelauncher.yml

9 lines
209 B
YAML

# 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