From e14fbd48c637c555143e57530580cf6623e7c8ea Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 31 Mar 2020 14:27:11 +0200 Subject: [PATCH] ceph-ansible: update syntax check 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 --- ceph-ansible-pr-syntax-check/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-ansible-pr-syntax-check/build/build b/ceph-ansible-pr-syntax-check/build/build index 98a801946..4383fec5a 100644 --- a/ceph-ansible-pr-syntax-check/build/build +++ b/ceph-ansible-pr-syntax-check/build/build @@ -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 } -- 2.47.3