From b4ae654890a606bf5321c6b1a612d77de9ef47dd Mon Sep 17 00:00:00 2001 From: Tobias Rueetschi Date: Thu, 11 Apr 2019 10:15:19 +0200 Subject: [PATCH] Add a changelog fragment for PR 55083. --- .../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 00000000000..f7f8cfb86a3 --- /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.