Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
ansible
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • OpenEdx
  • ansible
  • Repository

Switch branch/tag
  • ansible
  • library
  • system
  • user
Find file
BlameHistoryPermalink
  • James Cammarata's avatar
    Use the no-user-groups option (-N) for useradd in the user module · 57486b26
    If no group was specified, but a group by the same name as the user
    exists, an error was raised in the situation where USERGROUPS_ENAB is
    enabled in /etc/login.defs (which is the case for almost every major
    linux distro). In this case, the user will be put in group 100 (which
    is usually the "users" group on those same distros). This is currently
    only done in the base class, as the issue may not exist on other
    platforms like AIX or the BSDs.
    
    Fixes #6210
    James Cammarata committed Feb 28, 2014
    57486b26
user 50.4 KB
Edit