Fix linting issues

A new release of ansible-lint exposed a failure in linters job.

Change-Id: Ie17cd2b303d8e58039b0b147a603de522a31a83a
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-02-05 15:39:03 -05:00
parent eeab595d3f
commit b13fccb583
1 changed files with 1 additions and 1 deletions

View File

@ -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