mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2025-10-29 17:50:35 +00:00
32 lines
550 B
YAML
32 lines
550 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.8
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
- name: Fedora
|
|
versions:
|
|
- 31
|
|
- name: opensuse
|
|
versions:
|
|
- 15.1
|
|
- name: Ubuntu
|
|
versions:
|
|
- xenial
|
|
- bionic
|
|
- name: Debian
|
|
versions:
|
|
- jessie
|
|
- stretch
|
|
galaxy_tags:
|
|
- ohmyzsh
|
|
- zsh
|
|
- shell
|
|
- development
|
|
dependencies: []
|