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: "{{ corporal_client_api_url_endpoint_public }}"
follow_redirects: none
return_content: true
check_mode: no
register: result_corporal_client_api
ignore_errors: true