We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c1e49 commit 4e70ad9Copy full SHA for 4e70ad9
chatops_deployment/ansible/roles/ssl_certificates/tasks/ssl.yml
@@ -1,12 +1,12 @@
1
---
2
- name: Get key info
3
- community.crypto.openssl_ssl_certificates_privatekey_info:
+ community.crypto.openssl_privatekey_info:
4
path: "./{{ env }}_ssl/{{ service }}.key"
5
register: ssl_certificates_privatekey_info
6
ignore_errors: true
7
8
- name: Get certificate info
9
- community.crypto.x509_ssl_certificates_certificate_info:
+ community.crypto.x509_certificate_info:
10
path: "./{{ env }}_ssl/{{ service }}.crt"
11
register: ssl_certificates_certificate_info
12
0 commit comments