From 4848f1298ad91efa3d116036779460dd719fbd27 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Mon, 8 Jun 2020 20:08:49 -0400 Subject: [PATCH] Include a default galaxy.yml file --- .gitignore | 1 - awx_collection/galaxy.yml | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 awx_collection/galaxy.yml diff --git a/.gitignore b/.gitignore index 6d94544a22..2bdcfc7bd1 100644 --- a/.gitignore +++ b/.gitignore @@ -139,7 +139,6 @@ use_dev_supervisor.txt # Ansible module tests /awx_collection_test_venv/ /awx_collection/*.tar.gz -/awx_collection/galaxy.yml /sanity/ .idea/* diff --git a/awx_collection/galaxy.yml b/awx_collection/galaxy.yml new file mode 100644 index 0000000000..7ee3600379 --- /dev/null +++ b/awx_collection/galaxy.yml @@ -0,0 +1,26 @@ +authors: +- AWX Project Contributors +dependencies: {} +description: Ansible content that interacts with the AWX or Ansible Tower API. +documentation: https://github.com/ansible/awx/blob/devel/awx_collection/README.md +homepage: https://www.ansible.com/ +issues: https://github.com/ansible/awx/issues?q=is%3Aissue+label%3Acomponent%3Aawx_collection +license: +- GPL-3.0-only +name: awx +namespace: awx +readme: README.md +repository: https://github.com/ansible/awx +tags: +- cloud +- infrastructure +- awx +- ansible +- automation +version: 11.2.0 +build_ignore: +- tools +- setup.cfg +- galaxy.yml.j2 +- template_galaxy.yml +- '*.tar.gz'