From 599fb6eeee7df8fe673dd40b571b4e428fc951f3 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Sun, 22 Jan 2017 14:28:52 +0300 Subject: [PATCH] Hardcoded IP. Fixes #219 --- users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users.yml b/users.yml index e68e20ca..c9837a26 100644 --- a/users.yml +++ b/users.yml @@ -50,7 +50,7 @@ - name: Cheking the signature algorithm local_action: > - shell openssl x509 -text -in certs/82.196.1.93.crt | grep 'Signature Algorithm' | head -n1 + shell openssl x509 -text -in certs/{{ IP_subject_alt_name }}.crt | grep 'Signature Algorithm' | head -n1 become: no register: sig_algo args: