From e1824d6823df1ca23cc41eefef754681938db7fa Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 1 May 2017 09:27:07 -0500 Subject: [PATCH] ceph-ansible-scenario: use include-raw instead of include-raw-escape This job is not using a job-template and fails with the following error when using include-raw-escape: syntax error near unexpected token `{{' Signed-off-by: Andrew Schoen --- .../config/definitions/ceph-ansible-scenario.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-ansible-scenario/config/definitions/ceph-ansible-scenario.yml b/ceph-ansible-scenario/config/definitions/ceph-ansible-scenario.yml index dddd58f3..4e1a3276 100644 --- a/ceph-ansible-scenario/config/definitions/ceph-ansible-scenario.yml +++ b/ceph-ansible-scenario/config/definitions/ceph-ansible-scenario.yml @@ -40,7 +40,7 @@ builders: - shell: - !include-raw-escape: + !include-raw: - ../../../scripts/build_utils.sh - ../../build/build -- 2.39.5