first commit
This commit is contained in:
25
meta/main.yml
Normal file
25
meta/main.yml
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: "ctorgalson"
|
||||
description: "Installs and configures oh-my-zsh for one or more users on Fedora, macOS, or Ubuntu."
|
||||
|
||||
license: "MIT"
|
||||
|
||||
min_ansible_version: "2.0"
|
||||
|
||||
platforms:
|
||||
- name: "MacOSX"
|
||||
versions:
|
||||
- "all"
|
||||
- name: "Ubuntu"
|
||||
versions:
|
||||
- "all"
|
||||
- name: "Fedora"
|
||||
versions:
|
||||
- "all"
|
||||
|
||||
galaxy_tags:
|
||||
- "zsh"
|
||||
- "ohmyzsh"
|
||||
|
||||
dependencies: []
|
Reference in New Issue
Block a user