mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-22 18:09:26 +00:00
9 lines
209 B
YAML
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 |