diff --git a/README.md b/README.md index bfb187a..cb8048c 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,12 @@ minio_server_datadirs: [ ] Directories of the folder containing the minio server data **NB**: This variable must always be set by the role, otherwise the minio service will not start. +```yaml +minio_server_make_datadirs: true +``` + +Create directories from `minio_server_datadirs` + ```yaml minio_server_opts: "" ``` diff --git a/tasks/main.yml b/tasks/main.yml index 3f69893..6c71fb0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,7 +1,4 @@ --- -- name: include os-specific variables - include_vars: "{{ ansible_os_family | lower }}.yml" - - name: add the python sni support to legacy python installations include: python_sni.yml when: diff --git a/vars/debian.yml b/vars/debian.yml deleted file mode 100644 index ed97d53..0000000 --- a/vars/debian.yml +++ /dev/null @@ -1 +0,0 @@ ---- diff --git a/vars/redhat.yml b/vars/redhat.yml deleted file mode 100644 index ed97d53..0000000 --- a/vars/redhat.yml +++ /dev/null @@ -1 +0,0 @@ ----