]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-build-pull-requests: copy roles too 418/head
authorAlfredo Deza <adeza@redhat.com>
Wed, 20 Jul 2016 14:43:21 +0000 (10:43 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 20 Jul 2016 14:43:21 +0000 (10:43 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-build-pull-requests/build/build

index 627012b514e2f1ce1a360559f5c8c860175f7e8b..cd823c1e46e997177b013fffdea918f7c8fc8a31 100644 (file)
@@ -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