From 0919e94cfb3df32b6c7c12e72c51d7690e5d2060 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 14 Nov 2019 16:55:28 -0500 Subject: [PATCH] Convert to ansible collection for testing Now that collections are the new hotness, convert sandbox to a collection so we can test publishing content to galaxy. Signed-off-by: Paul Belanger --- .zuul.yaml | 4 ++++ galaxy.yml | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 .zuul.yaml create mode 100644 galaxy.yml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..bb762b0 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,4 @@ +- project: + post: + jobs: + - release-ansible-galaxy-collection diff --git a/galaxy.yml b/galaxy.yml new file mode 100644 index 0000000..3d8c990 --- /dev/null +++ b/galaxy.yml @@ -0,0 +1,8 @@ +--- +authors: + - Ansible Network Community (ansible-network) +license_file: LICENSE +name: sandbox +namespace: network +readme: README.rst +repository: https://github.com/ansible-network/sandbox