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
Ian Wienand b05a2c8a62 dnf: don't return fail_json['msg'] as list (#65302)
Although it's not enforced that fail_json['msg'] should be a string
[1], I think it is pretty strongly implied.

In this case the failure_response['msg'] is sent through as the
fail_json['msg'], and the trailing commas here turn it into a tuple.
It's not clear if this is a typo or intended, but it does cause
problems for callbacks that expect this as a string (e.g. [2]).

Since there seems no point to having these values as a tuple, remove
the trailing commas so they return a string as per everywhere else.

[1] 4c589661c2/lib/ansible/module_utils/basic.py (L2078)
[2] https://review.opendev.org/#/c/696081

(cherry picked from commit fc54ae9227)
6 years ago
..
cloud docker_swarm_service: Fix parsing of Healthcheck.StartPeriod (#66151) 6 years ago
clustering [stable-2.9] k8s: apply no longer the default behaviour (#62632) (#62666) 6 years ago
commands command, script & shell: mention 'cmd' parameter (#62778) (#64746) 6 years ago
crypto openssh_keypair: fix idempotence issue (#65017) (#65128) 6 years ago
database Backport of 65310: postgresql_owner: use query_params with cursor (#65322) 6 years ago
files Added required parameter to document DOC-string to produce Documentation. (#65230) (#65518) 6 years ago
identity fix typos in identity modules (#62200) (#62265) 6 years ago
inventory utilities: Clean up parameter types and add seealso (#53063) 7 years ago
messaging Added missing SSL parameters to rabbitmq_binding (#58064) 7 years ago
monitoring Backport/2.9/65145 zabbix modules now require higher version of underlying python module (#65602) 6 years ago
net_tools Backport #58521, bug fixes to the Infoblox NIOS modules (#64972) 6 years ago
network [2.9] Fix nxos_file_copy option value path validation (#65846) 6 years ago
notification [stable-2.9] syslogger - disable check mode (#63646) (#63750) 6 years ago
packaging dnf: don't return fail_json['msg'] as list (#65302) 6 years ago
remote_management [2.9] Fix return value documentation (#63529) 6 years ago
source_control gitlab module: set max version for python-gitlab lib (#65049) 6 years ago
storage [2.9] Fix return value documentation (#63529) 6 years ago
system [stable-2.9] user - honor update_password parameter on BusyBox hosts (#65977) 6 years ago
utilities Remove unnecessary information (#61657) 6 years ago
web_infrastructure issue #61672 backporting in Ansible 2.9 6 years ago
windows Added required parameter to document DOC-string to produce Documentation. (#65230) (#65518) 6 years ago
__init__.py