]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible: update syntax check 1541/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 31 Mar 2020 12:27:11 +0000 (14:27 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 31 Mar 2020 12:27:11 +0000 (14:27 +0200)
This commit replaces s/site-docker.yml.sample/site-container.yml.sample

ceph-ansible related PR: ceph/ceph-ansible#5216

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
ceph-ansible-pr-syntax-check/build/build

index 98a801946f845129f92e0cacb3f5de8ecdbcfb00..4383fec5ab6beab4c9a6688738a91b3a160c154f 100644 (file)
@@ -21,7 +21,7 @@ fi
 #############
 function syntax_check {
   "$VENV"/ansible-playbook -i "$WORKSPACE"/ceph-ansible/tests/functional/all_daemons/hosts site.yml.sample --syntax-check --list-tasks -vv
-  "$VENV"/ansible-playbook -i "$WORKSPACE"/ceph-ansible/tests/functional/all_daemons/hosts site-docker.yml.sample --syntax-check --list-tasks -vv
+  "$VENV"/ansible-playbook -i "$WORKSPACE"/ceph-ansible/tests/functional/all_daemons/hosts site-container.yml.sample --syntax-check --list-tasks -vv
   "$VENV"/ansible-playbook -i "$WORKSPACE"/ceph-ansible/tests/functional/all_daemons/hosts infrastructure-playbooks/*.yml --syntax-check --list-tasks -vv
 }