Skip to content
Snippets Groups Projects
Commit 71179e1b authored by nimrod's avatar nimrod
Browse files

Return path as part of run.

parent 6fc7305c
No related branches found
No related tags found
No related merge requests found
......@@ -22,4 +22,4 @@ fi
bits="$(openssl dhparam -in $path -text -noout \
| sed -n 's/Diffie-Hellman-Parameters: (\([0-9]*\) bit)/\1/p')"
echo "{ \"changed\": False, \"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