community.general/lib/ansible/modules/cloud/univention
Tobias Rüetschi ee25c34d00 The Univention modules have a issue with an unassigned variable. (#55083)
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.
2019-04-10 10:43:56 +01:00
..
__init__.py moved univention into cloud 2017-01-16 14:43:17 -05:00
udm_dns_record.py The Univention modules have a issue with an unassigned variable. (#55083) 2019-04-10 10:43:56 +01:00
udm_dns_zone.py The Univention modules have a issue with an unassigned variable. (#55083) 2019-04-10 10:43:56 +01:00
udm_group.py The Univention modules have a issue with an unassigned variable. (#55083) 2019-04-10 10:43:56 +01:00
udm_share.py The Univention modules have a issue with an unassigned variable. (#55083) 2019-04-10 10:43:56 +01:00
udm_user.py The Univention modules have a issue with an unassigned variable. (#55083) 2019-04-10 10:43:56 +01:00