]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-pr-syntax-check: fix path to group_vars/all.sample 525/head
authorAndrew Schoen <aschoen@redhat.com>
Tue, 25 Oct 2016 22:01:16 +0000 (17:01 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 25 Oct 2016 22:01:16 +0000 (17:01 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-ansible-pr-syntax-check/build/build

index 2dd70c840df3c7b850158bc522c4aed5accd7fe7..61e4204b0bf5eb9a1d0c7e123bfdedd615520084 100644 (file)
@@ -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