Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Validate galaxy platforms (#15)
Browse files Browse the repository at this point in the history
* Validate galaxy platforms

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
ssbarnea and pre-commit-ci[bot] authored Mar 10, 2021
1 parent adc4351 commit 108af8a
Show file tree
Hide file tree
Showing 3 changed files with 1,330 additions and 17 deletions.
10 changes: 10 additions & 0 deletions examples/roles/foo/meta/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
galaxy_info:
description: foo
min_ansible_version: "2.9"
galaxy_tags: []
company: foo
license: MIT
platforms:
- name: Alpine
versions:
- any
Loading

0 comments on commit 108af8a

Please sign in to comment.