项目作者: PyratLabs

项目描述 :
Ansible role to install Atom text editor on a Linux x86_64 system
高级语言: Python
项目地址: git://github.com/PyratLabs/ansible-role-atom.git
创建时间: 2020-01-02T21:02:39Z
项目社区:https://github.com/PyratLabs/ansible-role-atom

开源协议:BSD 3-Clause "New" or "Revised" License

下载


Ansible Role: atom

Ansible role for installing Atom text editor.

Build Status

Requirements

This role has been tested on Ansible 2.7.0+ against the following Linux Distributions:

  • CentOS 8
  • CentOS 7
  • Debian 10
  • SUSE/openSUSE 15.0
  • Ubuntu 18.04 LTS

Disclaimer

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.

Dependencies

No dependencies on other roles.

Example Playbook

Example playbook for installing the latest Atom Editor version globally:

  1. ---
  2. - hosts: workstation
  3. become: true
  4. roles:
  5. - role: xanmanning.atom

License

BSD 3-clause

Author Information

Xan Manning