30 lines
457 B
YAML
30 lines
457 B
YAML
---
|
|
galaxy_info:
|
|
author: Robert de Bock
|
|
namespace: robertdebock
|
|
role_name: atom
|
|
description: Install atom on your system.
|
|
license: Apache-2.0
|
|
company: none
|
|
min_ansible_version: "2.10"
|
|
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 8
|
|
- name: Debian
|
|
versions:
|
|
- all
|
|
- name: Fedora
|
|
versions:
|
|
- all
|
|
- name: Ubuntu
|
|
versions:
|
|
- all
|
|
|
|
galaxy_tags:
|
|
- atom
|
|
- ide
|
|
|
|
dependencies: []
|