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/handlers/tildelauncher.yml

7 lines
136 B
YAML

# install tilde-launcher
---
- name: install tilde-launcher
make:
chdir: /usr/src/tilde-launcher
target: install
become: yes