robertdebock / ansible-role-users

The purpose of this role is to add users and groups on your system.
https://robertdebock.nl/
Apache License 2.0
42 stars 27 forks source link

remove hard coded /home #26

Closed oferchen closed 1 year ago

oferchen commented 2 years ago

remove hard coded /home fetch the current user data through getent, for situations where user home directory is not /home


name: Pull request about: Describe the proposed change


Describe the change A clear and concise description of what the pull request is.

Testing In case a feature was added, how were tests performed?

oferchen commented 2 years ago

I disabled yamllint comments-indentation, it was failing because of it.

oferchen commented 1 year ago

resolved all conflicts