]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-pr-syntax-check: use yml file 569/head
authorSébastien Han <seb@redhat.com>
Mon, 28 Nov 2016 16:01:45 +0000 (17:01 +0100)
committerSébastien Han <seb@redhat.com>
Mon, 28 Nov 2016 16:01:45 +0000 (17:01 +0100)
We now use yaml files so we need to change the mv accordingly.

Signed-off-by: Sébastien Han <seb@redhat.com>
ceph-ansible-pr-syntax-check/build/build

index c2cd573aac3877b0d5186a1f36e6277e039d47ed..c0a99a4bdb137fd7f37ccaa86c80df1997b32c8c 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/group_vars/all.yml.sample infrastructure-playbooks/group_vars/all
+mv infrastructure-playbooks/group_vars/all.yml.sample infrastructure-playbooks/group_vars/all.yml
 
 $VENV/ansible-playbook -i '127.0.0.1,' infrastructure-playbooks/*.yml --syntax-check --list-tasks -vv