From 577355ca62abdd7da1ccbf75c083f22043d07fc9 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 20 Jul 2016 10:43:21 -0400 Subject: [PATCH] ceph-build-pull-requests: copy roles too Signed-off-by: Alfredo Deza --- ceph-build-pull-requests/build/build | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3