|
|
@@ -9,11 +9,8 @@ |
|
|
|
- name: method |
|
|
|
include_tasks: "provider-{{ certificate_provider }}.yml" |
|
|
|
|
|
|
|
# - name: info |
|
|
|
# command: openssl x509 -text -noout |
|
|
|
# -in "{{ certificate_file }}" |
|
|
|
# changed_when: false |
|
|
|
# register: _certificate_info |
|
|
|
# |
|
|
|
# - debug: |
|
|
|
# msg: "{{ _certificate_info.stdout_lines }}" |
|
|
|
- name: info |
|
|
|
command: openssl x509 -text -noout |
|
|
|
-in "{{ certificate_file }}" |
|
|
|
changed_when: false |
|
|
|
register: _certificate_info |