6 lines
98 B
YAML
6 lines
98 B
YAML
|
---
|
||
|
- name: download and install atom
|
||
|
become: true
|
||
|
apt:
|
||
|
deb: "{{ atom_deb_url }}"
|