From: Andrew Schoen Date: Tue, 25 Oct 2016 22:01:16 +0000 (-0500) Subject: ceph-ansible-pr-syntax-check: fix path to group_vars/all.sample X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F525%2Fhead;p=ceph-build.git ceph-ansible-pr-syntax-check: fix path to group_vars/all.sample Signed-off-by: Andrew Schoen --- diff --git a/ceph-ansible-pr-syntax-check/build/build b/ceph-ansible-pr-syntax-check/build/build index 2dd70c84..61e4204b 100644 --- a/ceph-ansible-pr-syntax-check/build/build +++ b/ceph-ansible-pr-syntax-check/build/build @@ -15,6 +15,6 @@ $VENV/ansible-playbook -i '127.0.0.1,' site-docker.yml.sample --syntax-check --l # infrastructure-playbooks directory for easier syntax checking cp -r roles infrastructure-playbooks/ cp -r group_vars infrastructure-playbooks/ -mv infrastructure-playbooks/all.sample infrastructure-playbooks/all +mv infrastructure-playbooks/group_vars/all.sample infrastructure-playbooks/group_vars/all $VENV/ansible-playbook -i '127.0.0.1,' infrastructure-playbooks/*.yml --syntax-check --list-tasks -vv