[TIDY] yaml auto-format

This commit is contained in:
Jannik Beyerstedt 2019-11-12 21:34:35 +01:00
parent 04686de59c
commit e6db3ccc06
11 changed files with 18 additions and 21 deletions

View file

@ -9,11 +9,13 @@
state: present
vars:
packages:
- exim4
- mailutils
- exim4
- mailutils
- name: cronmails - Create exim4 config folder
become: yes
file: path=/etc/exim4 state=directory
file:
path: /etc/exim4
state: directory
- name: cronmails - Copy exim4 config template
become: yes
copy: