From: Alfredo Deza Date: Wed, 20 Jul 2016 14:43:21 +0000 (-0400) Subject: ceph-build-pull-requests: copy roles too X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F418%2Fhead;p=ceph-build.git ceph-build-pull-requests: copy roles too Signed-off-by: Alfredo Deza --- diff --git a/ceph-build-pull-requests/build/build b/ceph-build-pull-requests/build/build index 627012b5..cd823c1e 100644 --- a/ceph-build-pull-requests/build/build +++ b/ceph-build-pull-requests/build/build @@ -27,6 +27,9 @@ done # To avoid moving everything into examples, including stuff that is not relevant # as an example, we copy them on the fly here cp -r $WORKSPACE/ansible/vars $WORKSPACE/ansible/examples/ +cp -r $WORKSPACE/ansible/roles $WORKSPACE/ansible/examples/ +cp -r $WORKSPACE/ansible/files $WORKSPACE/ansible/examples/ +cp -r $WORKSPACE/ansible/library $WORKSPACE/ansible/examples/ # Syntax-check each Ansible playbook for playbook in $WORKSPACE/ansible/examples/*.yml; do