homeserver/friedhof/mgrote_exa/tasks/main.yml
Grote e732ebf535
All checks were successful
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline was successful
redeployment forgejo + setup ldap (#1)
Reviewed-on: #1
2024-04-04 09:48:09 +02:00

11 lines
196 B
YAML

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