homeserver/roles/mgrote.exa/tasks/main.yml
mg 3555b6a513 Rolle: exa erstellt (#286)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#286
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2021-12-20 14:30:40 +01:00

11 lines
211 B
YAML

---
- name: download & extract exa
become: true
ansible.builtin.unarchive:
src: "{{ exa_url }}"
dest: /usr/local/
remote_src: yes
owner: root
group: root
mode: 0755