diff options
| author | mail_redacted_for_web | 2026-04-18 09:23:16 +0200 |
|---|---|---|
| committer | mail_redacted_for_web | 2026-04-18 09:23:16 +0200 |
| commit | 6fad0a3f91b670c7913d0373bd4bffd46c466f97 (patch) | |
| tree | 888bf5c22be539bfb1647733a5eeb3ed07e6c6d2 /patch.yaml | |
| parent | e4e425547eafacf7f82ecf3e6f33d650eb32df9f (diff) | |
| download | os-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.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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...) |
