Explorar el Código

certificate info

master
padre
commit
0f48688bce
Se han modificado 1 ficheros con 5 adiciones y 8 borrados
  1. +5
    -8
      tasks/main.yml

+ 5
- 8
tasks/main.yml Ver fichero

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

Cargando…
Cancelar
Guardar