Skip to content
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

Add become: yes to playbook example #27

Merged
merged 2 commits into from
May 28, 2019

Conversation

till
Copy link
Contributor

@till till commented Dec 6, 2018

I noticed that the example doesn't include a hint that you need to be root. It's sort of obvious since the role attempts to create a minio user and group, but I figured I add it to make it easier for the next person.

I noticed that the example doesn't include a hint that you need to be root. It's sort of obvious since the role attempts to create a minio user and group, but I figured I add it to make it easier for the next person.
README.md Outdated
@@ -115,7 +115,7 @@ None.
- name: "Install Minio"
hosts: all
roles:
- atosatto.minio
- { role: atosatto.minio, become: yes }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Normally I would just put this at the playbook level, rather than at the role level.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no stake. :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SuperQ thoughts about merging this example, or no?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@till would you mind changing it to something like

- name: "Install Minio"
  hosts: all
  become: yes
  roles:
    - { role: atosatto.minio }

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@atosatto Of course not! (Done ✅)

@atosatto atosatto self-requested a review May 28, 2019 19:29
@atosatto atosatto merged commit 046e95d into atosatto:master May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants