Add setype to file's argument_spec and remove secontext
secontext is used internally and should not be in argument_spec
This commit is contained in:
parent
060a6a2d15
commit
c5066ebabf
1 changed files with 1 additions and 1 deletions
2
file
2
file
|
@ -224,7 +224,7 @@ def main():
|
||||||
seuser = dict(),
|
seuser = dict(),
|
||||||
serole = dict(),
|
serole = dict(),
|
||||||
selevel = dict(),
|
selevel = dict(),
|
||||||
secontext = dict(),
|
setype = dict(),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue