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