homeserver/roles/mgrote.atom/tasks/main.yml

6 lines
98 B
YAML

---
- name: download and install atom
become: true
apt:
deb: "{{ atom_deb_url }}"