whitespaces

This commit is contained in:
Jérémy Lecour 2019-01-01 20:04:56 +01:00
parent a94c94018c
commit 1d2a648241
1 changed files with 4 additions and 4 deletions

View File

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