From 3412b46dcc2c43f3472fb12e4d0248a186cfa48c Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Sat, 18 Feb 2023 17:31:16 +0000 Subject: [PATCH] self check for ntfy --- roles/custom/matrix-ntfy/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-ntfy/tasks/main.yml b/roles/custom/matrix-ntfy/tasks/main.yml index 85d80841..06c7b5b8 100644 --- a/roles/custom/matrix-ntfy/tasks/main.yml +++ b/roles/custom/matrix-ntfy/tasks/main.yml @@ -17,7 +17,7 @@ - setup-ntfy - block: - - when: matrix_ntfy_enabled | bool + - when: matrix_ntfy_enabled | bool and run_self_check | bool ansible.builtin.include_tasks: "{{ role_path }}/tasks/self_check.yml" tags: - self-check