We now use yaml files so we need to change the mv accordingly.
Signed-off-by: Sébastien Han <seb@redhat.com>
# 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