Restore option to not validate certificates when sending messages.
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
- name: Inform Mattermost about success
|
||||
uri:
|
||||
url: "{{ mattermost_url }}"
|
||||
validate_certs: no
|
||||
method: POST
|
||||
body_format: json
|
||||
body:
|
||||
@@ -83,6 +84,7 @@
|
||||
- name: Inform Mattermost about error
|
||||
uri:
|
||||
url: "{{ mattermost_url }}"
|
||||
validate_certs: no
|
||||
method: POST
|
||||
body_format: json
|
||||
body:
|
||||
|
||||
Reference in New Issue
Block a user