feat(http_cert_validation): new option specify cert validation, default true

!1
This commit is contained in:
2023-08-05 10:27:04 +09:30
parent 7c82e3a18d
commit 33c882f005
10 changed files with 12 additions and 0 deletions

View File

@ -10,4 +10,5 @@
App-Token: "{{ glpi.app_token }}"
Session-Token: "{{ glpi_session_get.json.session.valid_id }}"
body_format: json
validate_certs: "{{ glpi.validate_certs | default(true) | bool }}"
no_log: true