From 6fad0a3f91b670c7913d0373bd4bffd46c466f97 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Sat, 18 Apr 2026 09:23:16 +0200 Subject: fix: do not consider a change in dynamic grouping an actual change --- patch.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'patch.yaml') diff --git a/patch.yaml b/patch.yaml index e9159f7..86866e0 100644 --- a/patch.yaml +++ b/patch.yaml @@ -11,6 +11,7 @@ ansible.builtin.setup: filter: "ansible_distribution*" - name: Group hosts by distribution file variety + changed_when: false ansible.builtin.group_by: # We choose to lowercase anything here as there should be no collisions but # SUSE could be "SuSE" or "SUSE" (assumed and unverified, but you never know...) -- cgit v1.2.3