git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/patch.yaml
diff options
context:
space:
mode:
authormail_redacted_for_web 2026-04-18 09:23:16 +0200
committermail_redacted_for_web 2026-04-18 09:23:16 +0200
commit6fad0a3f91b670c7913d0373bd4bffd46c466f97 (patch)
tree888bf5c22be539bfb1647733a5eeb3ed07e6c6d2 /patch.yaml
parente4e425547eafacf7f82ecf3e6f33d650eb32df9f (diff)
downloados-patch-6fad0a3f91b670c7913d0373bd4bffd46c466f97.tar.bz2
fix: do not consider a change in dynamic grouping an actual change
Diffstat (limited to 'patch.yaml')
-rw-r--r--patch.yaml1
1 files changed, 1 insertions, 0 deletions
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...)