7 lines
167 B
YAML
7 lines
167 B
YAML
---
|
|
- name: get install.sh
|
|
get_url:
|
|
url: https://raw.githubusercontent.com/telemt/telemt/main/install.sh
|
|
dest: /tmp/install.sh
|
|
owner: root
|
|
mode: 755
|