Hardcoded IP. Fixes #219

This commit is contained in:
Jack Ivanov 2017-01-22 14:28:52 +03:00
parent 40079f3be6
commit 599fb6eeee

View file

@ -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: