first commit

This commit is contained in:
2025-01-09 16:02:22 +01:00
commit 045447757f
11 changed files with 415 additions and 0 deletions

25
meta/main.yml Normal file
View 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: []