summaryrefslogtreecommitdiffstats
path: root/examples/galaxy_no_required_tags/pass/galaxy.yml
blob: 0f624810861409eb20d570b3c2dc17d7dc83fec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
namespace: bar
name: foo
version: 1.0.0 # <-- that version is not valid, should be 1.0.0 or greater
authors:
  - John
readme: ../README.md
description: "..."
license:
  - Apache-2.0
repository: https://github.com/ansible-collections/community.REPO_NAME
tags: [networking, test_tag]