mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
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:
@@ -224,7 +224,7 @@ def main():
|
||||
seuser = dict(),
|
||||
serole = dict(),
|
||||
selevel = dict(),
|
||||
secontext = dict(),
|
||||
setype = dict(),
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user