Procházet zdrojové kódy

certificate info

master
rodič
revize
0f48688bce
1 změnil soubory, kde provedl 5 přidání a 8 odebrání
  1. +5
    -8
      tasks/main.yml

+ 5
- 8
tasks/main.yml Zobrazit soubor

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

Načítá se…
Zrušit
Uložit