Skip to content

Commit

Permalink
adding privatekey_size: "{{ certificate_privatekey_size if certificat…
Browse files Browse the repository at this point in the history
…e_privatekey_size is defined else None }}" option
  • Loading branch information
arykalin committed Nov 18, 2019
1 parent a9ea2ab commit 109e6dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/venafi-playbook-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit 109e6dd

Please sign in to comment.