33 lines
567 B
YAML
33 lines
567 B
YAML
---
|
|
galaxy_info:
|
|
author: John Freeman
|
|
description: Role for installing and configuring oh-my-zsh.
|
|
company: GantSign Ltd.
|
|
license: MIT
|
|
min_ansible_version: 2.6
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
- name: Fedora
|
|
versions:
|
|
- 28
|
|
- name: opensuse
|
|
versions:
|
|
- 15.0
|
|
- name: Ubuntu
|
|
versions:
|
|
- trusty
|
|
- xenial
|
|
- bionic
|
|
- name: Debian
|
|
versions:
|
|
- jessie
|
|
- stretch
|
|
galaxy_tags:
|
|
- ohmyzsh
|
|
- zsh
|
|
- shell
|
|
- development
|
|
dependencies: []
|