diff --git a/deploy.yml b/deploy.yml new file mode 100644 index 0000000000000000000000000000000000000000..be3b4c40164f47bfe4987eb85e36dffa25f346b3 --- /dev/null +++ b/deploy.yml @@ -0,0 +1,10 @@ +## +# Ansible playbook to deploy code. +# +# This playbook doesn't do anything by itself, it just allows to have a +# deploy playbook in the inventory directory which will be called afterwards. + +--- +# file: deploy.yml + +- include: "validate.yml"