diff --git a/.zuul.yaml b/.zuul.yaml index d4faf74..159307a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,6 +1,9 @@ - project: templates: - build-tox-docs + check: + jobs: + - build-ansible-role-tarball post: jobs: - tox-docs diff --git a/galaxy.yml b/galaxy.yml new file mode 100644 index 0000000..b634df4 --- /dev/null +++ b/galaxy.yml @@ -0,0 +1,5 @@ +name: "ansible-network.sandbox" +version: "0.0.20" +description: "Example sanbox role for testing things" +authors: ["Ansible Network Contributors"] +license: "GPL-3.0-or-later" diff --git a/test-requirements.txt b/test-requirements.txt index 715b14e..8da288c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +1,3 @@ +mazer reno>=2.8.0 sphinx