This commit is contained in:
2025-04-05 14:17:05 +02:00
parent 86bba0fd7d
commit fecbb4bc2a

View File

@@ -89,11 +89,11 @@
ignore_errors: true ignore_errors: true
loop: "{{ scan_output.stdout_lines }}" loop: "{{ scan_output.stdout_lines }}"
# item.subject.CN
# - debug: - debug:
# # msg: "{{ item.subject.CN }}" # msg: "{{ item.subject.CN }}"
# msg: "{{ item.stderr_lines }}" msg: "{{ item }}"
# loop: "{{ nc_port.results }}" loop: "{{ nc_port.results }}"
# # - "{{ cert.not_after }}" # # - "{{ cert.not_after }}"
# # - "{{ ansible_date_time.iso8601_basic }}" # # - "{{ ansible_date_time.iso8601_basic }}"
# tags: test # tags: test