From cd00934375f2df5f326efbd3623889dbf70ef227 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tobias=20R=C3=BCetschi?=
Date: Thu, 11 Apr 2019 11:21:51 +0200
Subject: [PATCH] Add a changelog fragment for PR 55083. (#55130)
---
.../fragments/55083-univention-diff-UnboundLocalError.yaml | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 changelogs/fragments/55083-univention-diff-UnboundLocalError.yaml
diff --git a/changelogs/fragments/55083-univention-diff-UnboundLocalError.yaml b/changelogs/fragments/55083-univention-diff-UnboundLocalError.yaml
new file mode 100644
index 0000000000..f7f8cfb86a
--- /dev/null
+++ b/changelogs/fragments/55083-univention-diff-UnboundLocalError.yaml
@@ -0,0 +1,6 @@
+bugfixes:
+ - udm_user - Fix issues when state is absent with undefined variable diff at the module return.
+ - udm_group - Fix issues when state is absent with undefined variable diff at the module return.
+ - udm_share - Fix issues when state is absent with undefined variable diff at the module return.
+ - udm_dns_zone - Fix issues when state is absent with undefined variable diff at the module return.
+ - udm_dns_record - Fix issues when state is absent with undefined variable diff at the module return.