Skip to content
Snippets Groups Projects
Commit 805f64d0 authored by nimrod's avatar nimrod
Browse files

Correct output json syntax.

parent 82c90221
Branches
No related tags found
No related merge requests found
......@@ -22,4 +22,4 @@ fi
bits="$(openssl dhparam -in $path -text -noout \
| sed -n 's/[a-zA-Z#0-9 \-]*Parameters: (\([0-9]*\) bit)/\1/p')"
echo "{ \"changed\": False, \"path\": \"$path\", \"bits\": $bits }"
echo "{ \"changed\": false, \"path\": \"$path\", \"bits\": $bits }"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment