From 3bbf9351485f9249e851c3c2bcee1d6d05c10f15 Mon Sep 17 00:00:00 2001 From: Carlos Camacho Date: Mon, 6 Mar 2017 15:44:13 +0100 Subject: Remove double quotes in the "when" Ansible conditional. Change-Id: I677075012a948c7c32959680608255eff919b8d4 --- puppet/services/heat-api-cloudwatch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet/services/heat-api-cloudwatch.yaml') diff --git a/puppet/services/heat-api-cloudwatch.yaml b/puppet/services/heat-api-cloudwatch.yaml index 6a803469..7f8fa1fe 100644 --- a/puppet/services/heat-api-cloudwatch.yaml +++ b/puppet/services/heat-api-cloudwatch.yaml @@ -114,7 +114,7 @@ outputs: - name: Stop heat_api_cloudwatch service (running under httpd) tags: step1 service: name=httpd state=stopped - when: "heat_api_cloudwatch_apache.rc == 0" + when: heat_api_cloudwatch_apache.rc == 0 - name: Stop and disable heat_api_cloudwatch service (pre-upgrade not under httpd) tags: step1 when: heat_api_cloudwatch_enabled.rc == 0 -- cgit 1.2.3-korg