You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/modules/cloud/univention
Tobias Rüetschi a79c57b1e1 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 commit 26fa97922a)

* Add a changelog fragment for PR 55083.

(cherry picked from commit b4ae654890)
7 years ago
..
__init__.py moved univention into cloud 9 years ago
udm_dns_record.py Backport/2.7/55083 (#55141) 7 years ago
udm_dns_zone.py Backport/2.7/55083 (#55141) 7 years ago
udm_group.py Backport/2.7/55083 (#55141) 7 years ago
udm_share.py Backport/2.7/55083 (#55141) 7 years ago
udm_user.py Backport/2.7/55083 (#55141) 7 years ago