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
  • Michael Scherer's avatar
    Do not fail if we try to generate a ssh key for a user without being root · 28c373da
    If we try to use the user module without being root, it fail on RHEL/Fedora
    because usermod --help cannot be run. The root cause is lack of permission
    due to EAL4+ certification, as seen in shadow-utils changelo.
    
    So if we cannot run it, assume there is no append. It doesn't matter
    much since we will not be able to run usermod at all with or without the
    option.
    Michael Scherer committed Apr 28, 2014
    28c373da
user 51 KB
Edit