From b11647f18461a0c06c54b91e1207ee939a2cf562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20B=C3=B6hm?= Date: Sat, 16 Oct 2021 15:47:37 +0200 Subject: [PATCH] Better changed detection --- tasks/profile.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tasks/profile.yml b/tasks/profile.yml index 1139a6c..5286928 100644 --- a/tasks/profile.yml +++ b/tasks/profile.yml @@ -51,9 +51,5 @@ name: "fastd@{{ profile.key }}" state: restarted when: - - config.changed - - peer_config.changed + - config.changed or peer_config.changed - profile.value.start |d(True) - - -