From 1d2a64824192a3a202df0053dc844e2a33ec5ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Tue, 1 Jan 2019 20:04:56 +0100 Subject: [PATCH] whitespaces --- packweb-apache/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packweb-apache/tasks/main.yml b/packweb-apache/tasks/main.yml index 230fb41a..f5d0f35e 100644 --- a/packweb-apache/tasks/main.yml +++ b/packweb-apache/tasks/main.yml @@ -3,7 +3,7 @@ - fail: msg: only compatible with Debian >= 8 when: - - ansible_distribution != "Debian" or ansible_distribution_major_version | version_compare('8', '<') + - ansible_distribution != "Debian" or ansible_distribution_major_version | version_compare('8', '<') - name: install info.php copy: @@ -23,9 +23,9 @@ state: "{{ item.state }}" mode: "{{ item.mode }}" with_items: - - { path: log, mode: "0750", state: directory } - - { path: awstats, mode: "0750", state: directory } - - { path: www, mode: "0750", state: directory } + - { path: log, mode: "0750", state: directory } + - { path: awstats, mode: "0750", state: directory } + - { path: www, mode: "0750", state: directory } - name: Apache log file (templates) are present command: "touch /etc/skel/log/{{ item }}"