From b13fccb583d707cf391a4873f413402ba0ccb14c Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 5 Feb 2019 15:39:03 -0500 Subject: [PATCH] Fix linting issues A new release of ansible-lint exposed a failure in linters job. Change-Id: Ie17cd2b303d8e58039b0b147a603de522a31a83a Signed-off-by: Paul Belanger --- tasks/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/config.yaml b/tasks/config.yaml index 0718ff1..33516ce 100644 --- a/tasks/config.yaml +++ b/tasks/config.yaml @@ -30,6 +30,6 @@ dest: "{{ statsd_file_config_js_dest }}" group: "{{ statsd_file_config_js_group }}" mode: "{{ statsd_file_config_js_mode }}" - owner: "{{statsd_file_config_js_owner }}" + owner: "{{ statsd_file_config_js_owner }}" src: "{{ statsd_file_config_js_src }}" register: statsd_file_config_js