whitespaces

This commit is contained in:
Jérémy Lecour 2019-01-01 20:04:56 +01:00
parent a94c94018c
commit 1d2a648241

View file

@ -3,7 +3,7 @@
- fail: - fail:
msg: only compatible with Debian >= 8 msg: only compatible with Debian >= 8
when: 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 - name: install info.php
copy: copy:
@ -23,9 +23,9 @@
state: "{{ item.state }}" state: "{{ item.state }}"
mode: "{{ item.mode }}" mode: "{{ item.mode }}"
with_items: with_items:
- { path: log, mode: "0750", state: directory } - { path: log, mode: "0750", state: directory }
- { path: awstats, mode: "0750", state: directory } - { path: awstats, mode: "0750", state: directory }
- { path: www, mode: "0750", state: directory } - { path: www, mode: "0750", state: directory }
- name: Apache log file (templates) are present - name: Apache log file (templates) are present
command: "touch /etc/skel/log/{{ item }}" command: "touch /etc/skel/log/{{ item }}"