mirror of https://github.com/ansible/ansible.git
Backport/2.7/55083 (#55141)
* The Univention modules have a issue with an unassigned variable. The variable diff is only assigned if state is 'present', else the variable is unused. But the module will return the diff variable as a return value. If the state isn't 'present' the module will fail with an python UnboundLocalError exception. (cherry picked from commitpull/55235/head26fa97922a) * Add a changelog fragment for PR 55083. (cherry picked from commitb4ae654890)
parent
6814d1cb57
commit
a79c57b1e1
@ -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.
|
||||
Loading…
Reference in New Issue