matrix-ntfy: add variable 'matrix_ntfy_base_url'

This commit is contained in:
Julian Foad
2022-07-04 15:27:23 +01:00
parent efe1f21f05
commit e119512c59
3 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# Expect an empty response (because we query 'since=1s').
- set_fact:
matrix_ntfy_url_endpoint_public: "https://{{ matrix_server_fqn_ntfy }}/upSELFCHECK123/json?poll=1&since=1s"
matrix_ntfy_url_endpoint_public: "{{ matrix_ntfy_base_url }}/upSELFCHECK123/json?poll=1&since=1s"
- name: Check ntfy
uri: