Merge "Move roles into a standard directory layout"

This commit is contained in:
Zuul 2020-08-16 17:53:49 +00:00 committed by Gerrit Code Review
commit a0ad704754
8 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
.. include:: ../../../roles/metalsmith_deployment/README.rst
.. include:: ../../../metalsmith_ansible/roles/metalsmith_deployment/README.rst

1
roles Symbolic link
View File

@ -0,0 +1 @@
metalsmith_ansible/roles

View File

@ -26,7 +26,7 @@ packages =
metalsmith
data_files =
share/ansible/roles/metalsmith_deployment = roles/metalsmith_deployment/*
share/ansible/roles/ = metalsmith_ansible/roles/*
[entry_points]
console_scripts =

View File

@ -44,7 +44,7 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY \
[testenv:pep8]
commands =
flake8 metalsmith
doc8 README.rst doc/source roles
doc8 README.rst doc/source metalsmith_ansible/roles
[testenv:docs]
deps =