Skip to content
Snippets Groups Projects
Unverified Commit 499e7385 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman Committed by GitHub
Browse files

Merge pull request #186 from jesmg/master

Add missing validation in ipasudocmd
parents 6b3cae53 34f23e68
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ def find_sudocmd(module, name): ...@@ -97,7 +97,7 @@ def find_sudocmd(module, name):
def gen_args(description): def gen_args(description):
_args = {} _args = {}
if description is not None: if description is not None:
_args["description"] = description _args["description"] = to_text(description)
return _args return _args
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment