Skip to content

Commit facb76d

Browse files
committed
add missing meta/main.yml
1 parent d31d2d4 commit facb76d

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

meta/main.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
namespace: geerlingguy
3+
name: mac
4+
version: "1.2.0"
5+
readme: README.md
6+
7+
authors:
8+
- geerlingguy
9+
10+
description: Collection of macOS automation tools for Ansible.
11+
12+
# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only
13+
# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file'
14+
license:
15+
- MIT
16+
17+
# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
18+
# requirements as 'namespace' and 'name'
19+
tags:
20+
- mac
21+
- macos
22+
- tools
23+
- osx
24+
- homebrew
25+
- brew
26+
- workstation
27+
- dev
28+
- mas
29+
- appstore
30+
- apps
31+
- configure
32+
- development
33+
- apple
34+
- ios
35+
- macbook
36+
- imac
37+
- macmini
38+
- server
39+
40+
dependencies:
41+
community.general: ">=3.0.0"
42+
43+
repository: https://github.com/geerlingguy/ansible-collection-mac
44+
documentation: https://github.com/geerlingguy/ansible-collection-mac
45+
homepage: https://www.jeffgeerling.com
46+
issues: https://github.com/geerlingguy/ansible-collection-mac/issues
47+
48+
build_ignore: []

0 commit comments

Comments
 (0)