-
Notifications
You must be signed in to change notification settings - Fork 94
Variables cleanup & README colors #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
tasks/main.yml
Outdated
| --- | ||
| - name: include os-specific variables | ||
| include_vars: "{{ ansible_os_family }}.yml" | ||
| include_vars: "{{ ansible_os_family | lower }}.yml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can just remove this task considering that now we don't depend anymore on any OS specific variable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
| minio_server_datadirs: [ ] | ||
| ```yaml | ||
| minio_server_datadirs: [ ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we add also the minio_server_make_datadirs variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
SuperQ
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Oh, I forgot, can you update the example playbook to match the new style. |
varsbut used only once or never to increase readability