fix: solve linting issues
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-02-04 21:46:18 +01:00
parent a635d8e3c1
commit 09b1489249
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
- name: Prepare folder structure
file:
path: "{{ item }}"
mode: 0750
state: directory
loop: "{{ minio_data_dirs }}"
@ -59,6 +60,7 @@
template:
src: "etc/systemd/system/minio.service.j2"
dest: "/etc/systemd/system/minio.service"
mode: 0644
notify: __minio_restart
- name: Ensure minio service is up and running