Selaa lähdekoodia

certificate info

master
vanhempi
commit
0f48688bce
1 muutettua tiedostoa jossa 5 lisäystä ja 8 poistoa
  1. +5
    -8
      tasks/main.yml

+ 5
- 8
tasks/main.yml Näytä tiedosto

@@ -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

Loading…
Peruuta
Tallenna