From 71179e1b82e2252ee4911619587f58bb83a10069 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 1 Dec 2015 12:40:48 +0200 Subject: [PATCH] Return path as part of run. --- ssl/dhparams | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/dhparams b/ssl/dhparams index 468670a..a5c68ea 100755 --- a/ssl/dhparams +++ b/ssl/dhparams @@ -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 }" -- GitLab