Ansible role to install Atom text editor on a Linux x86_64 system
Ansible role for installing Atom text editor.
This role has been tested on Ansible 2.7.0+ against the following Linux Distributions:
If you have any problems please create a GitHub issue, I maintain this role in
my spare time so I cannot promise a speedy fix delivery.
No dependencies on other roles.
Example playbook for installing the latest Atom Editor version globally:
---
- hosts: workstation
become: true
roles:
- role: xanmanning.atom