mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 21:33:14 +00:00
Merge pull request #186 from jesmg/master
Add missing validation in ipasudocmd
This commit is contained in:
@@ -97,7 +97,7 @@ def find_sudocmd(module, name):
|
||||
def gen_args(description):
|
||||
_args = {}
|
||||
if description is not None:
|
||||
_args["description"] = description
|
||||
_args["description"] = to_text(description)
|
||||
|
||||
return _args
|
||||
|
||||
|
||||
Reference in New Issue
Block a user