From 1bb4d411efec253e339635ce61bd37d99514faa2 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 25 Oct 2016 17:01:16 -0500 Subject: [PATCH] ceph-ansible-pr-syntax-check: fix path to group_vars/all.sample Signed-off-by: Andrew Schoen --- ceph-ansible-pr-syntax-check/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5