From ef7dac64e55df0b48c3d09fd700736f4288596da Mon Sep 17 00:00:00 2001 From: Paul Mackay Date: Thu, 2 Jun 2016 09:06:30 +0100 Subject: [PATCH] Remove whitespace to fix ansible-lint issue (#117) --- tasks/remove-unwanted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/remove-unwanted.yml b/tasks/remove-unwanted.yml index 95f070e..9df90e3 100644 --- a/tasks/remove-unwanted.yml +++ b/tasks/remove-unwanted.yml @@ -1,7 +1,7 @@ --- - name: Remove unwanted sites file: path={{nginx_conf_dir}}/{{ item[0] }}/{{ item[1] }}.conf state=absent - with_nested: + with_nested: - [ 'sites-enabled', 'sites-available'] - "{{ nginx_remove_sites }}" notify: