forked from oravirt/ansible-oracle-modules
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgalaxy.yml
More file actions
25 lines (25 loc) · 636 Bytes
/
Copy pathgalaxy.yml
File metadata and controls
25 lines (25 loc) · 636 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
namespace: "ari_stark"
name: "ansible_oracle_modules"
version: "1.2.1"
readme: "README.md"
authors:
- "Ari Stark"
- "Mikael Sandström <oravirt@gmail.com>"
description: "Modules for working with Oracle Database"
license:
- "MIT"
tags:
- "oracle"
repository: "https://github.com/ari-stark/ansible-oracle-modules"
homepage: "https://github.com/ari-stark/ansible-oracle-modules"
issues: "https://github.com/ari-stark/ansible-oracle-modules/issues"
build_ignore:
- ".idea"
- ".gitignore"
- "ansible_collections"
- "build_collection.yml"
- "requirements.txt"
- "tests/output"
- "tests/toto.*"
- "venv"
- "*.tar.gz"