Przeglądaj źródła

certificate info

master
rodzic
commit
0f48688bce
1 zmienionych plików z 5 dodań i 8 usunięć
  1. +5
    -8
      tasks/main.yml

+ 5
- 8
tasks/main.yml Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz