Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
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
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
58d59c18
Commit
58d59c18
authored
May 16, 2013
by
madema
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-o and -r option don't exist on AIX
parent
c0f138db
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
library/system/user
+0
-9
No files found.
library/system/user
View file @
58d59c18
...
...
@@ -894,9 +894,6 @@ class AIX(User):
cmd
.
append
(
'-u'
)
cmd
.
append
(
self
.
uid
)
if
self
.
non_unique
:
cmd
.
append
(
'-o'
)
if
self
.
group
is
not
None
:
if
not
self
.
group_exists
(
self
.
group
):
self
.
module
.
fail_json
(
msg
=
"Group
%
s does not exist"
%
self
.
group
)
...
...
@@ -925,9 +922,6 @@ class AIX(User):
if
self
.
createhome
:
cmd
.
append
(
'-m'
)
if
self
.
system
:
cmd
.
append
(
'-r'
)
cmd
.
append
(
self
.
name
)
(
rc
,
out
,
err
)
=
self
.
execute_command
(
cmd
)
...
...
@@ -950,9 +944,6 @@ class AIX(User):
cmd
.
append
(
'-u'
)
cmd
.
append
(
self
.
uid
)
if
self
.
non_unique
:
cmd
.
append
(
'-o'
)
if
self
.
group
is
not
None
:
if
not
self
.
group_exists
(
self
.
group
):
self
.
module
.
fail_json
(
msg
=
"Group
%
s does not exist"
%
self
.
group
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment