]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-syntax: update syntax check 566/head
authorSébastien Han <seb@redhat.com>
Mon, 28 Nov 2016 10:04:07 +0000 (11:04 +0100)
committerSébastien Han <seb@redhat.com>
Mon, 28 Nov 2016 10:04:07 +0000 (11:04 +0100)
We now use group_vars/alll.yml files. So only yaml files, this
ceph-ansible PR introduced that:
https://github.com/ceph/ceph-ansible/pull/1113

So we apply the change here as well.

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

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