Run all API self checks in check_mode

This commit is contained in:
shadow
2020-07-04 13:33:33 +02:00
parent 56640aeebb
commit 6293f1bdb0
6 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,7 @@
url: "{{ ma1sd_url_endpoint_public }}"
follow_redirects: none
validate_certs: "{{ matrix_ma1sd_self_check_validate_certificates }}"
check_mode: no
register: result_ma1sd
ignore_errors: true