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

Fix skeleton issue in user module #75152

Closed
wants to merge 1 commit into from

Conversation

wrkzk
Copy link

@wrkzk wrkzk commented Jun 30, 2021

SUMMARY

Fixes #75063

ISSUE TYPE
  • Bugfix Pull Request

@ansibot ansibot added affects_2.12 bug This issue/PR relates to a bug. core_review In order to be merged, this PR must follow the core review workflow. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. new_contributor This PR is the first contribution by a new community member. small_patch support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Jun 30, 2021
@@ -1218,6 +1218,9 @@ def modify_user(self):

def create_homedir(self, path):
if not os.path.exists(path):
if path == "/dev/null":
Copy link
Member

Choose a reason for hiding this comment

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

Please create a changelog fragment. See this fragment as an example. Also, write a test for this change here.

Copy link
Member

Choose a reason for hiding this comment

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

this is changing detection on home dir not on skeleton (see a few lines below) also you will need to do this for more than just this version of create_homedir.

Copy link
Member

@bcoca bcoca left a comment

Choose a reason for hiding this comment

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

needs fixes

@bcoca bcoca removed the needs_triage Needs a first human triage before being processed. label Jul 1, 2021
@ansibot ansibot added needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed core_review In order to be merged, this PR must follow the core review workflow. labels Jul 1, 2021
@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Jul 9, 2021
@bcoca
Copy link
Member

bcoca commented Jun 1, 2022

closing due to inactivity and #75948 seems to be closer to a mergable solution

@bcoca bcoca closed this Jun 1, 2022
@ansible ansible locked and limited conversation to collaborators Jun 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.12 bug This issue/PR relates to a bug. module This issue/PR relates to a module. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. new_contributor This PR is the first contribution by a new community member. small_patch stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/dev/null must be allowed for skeleton in user module
4 participants