mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-21 17:39:25 +00:00
7 lines
136 B
YAML
7 lines
136 B
YAML
# install tilde-launcher
|
|
---
|
|
- name: install tilde-launcher
|
|
make:
|
|
chdir: /usr/src/tilde-launcher
|
|
target: install
|
|
become: yes |