From 109e6ddb12db1faab6e16a78340137e5633e5a0a Mon Sep 17 00:00:00 2001 From: Aleksandr Rykalin Date: Mon, 18 Nov 2019 17:58:03 +0300 Subject: [PATCH] adding privatekey_size: "{{ certificate_privatekey_size if certificate_privatekey_size is defined else None }}" option --- tests/venafi-playbook-example.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/venafi-playbook-example.yml b/tests/venafi-playbook-example.yml index 113fbcf..3c1867b 100644 --- a/tests/venafi-playbook-example.yml +++ b/tests/venafi-playbook-example.yml @@ -74,6 +74,7 @@ cert_path: "{{ certificate_cert_path }}" chain_path: "{{ certificate_chain_path if certificate_chain_path is defined else None }}" privatekey_path: "{{ certificate_privatekey_path if certificate_privatekey_path is defined else None }}" + privatekey_size: "{{ certificate_privatekey_size if certificate_privatekey_size is defined else None }}" common_name: "{{ certificate_common_name }}" register: certout - name: "Certificate is in following state:"