mirror of https://github.com/ansible/ansible.git
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.
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] |
6 years ago | |
|---|---|---|
| .. | ||
| __init__.py | 9 years ago | |
| apk.py | 8 years ago | |
| apt.py | 6 years ago | |
| apt_key.py | 6 years ago | |
| apt_repo.py | 7 years ago | |
| apt_repository.py | 7 years ago | |
| apt_rpm.py | 8 years ago | |
| dnf.py | 6 years ago | |
| dpkg_selections.py | 7 years ago | |
| flatpak.py | 6 years ago | |
| flatpak_remote.py | 7 years ago | |
| homebrew.py | 7 years ago | |
| homebrew_cask.py | 6 years ago | |
| homebrew_tap.py | 8 years ago | |
| installp.py | 7 years ago | |
| layman.py | 7 years ago | |
| macports.py | 7 years ago | |
| openbsd_pkg.py | 8 years ago | |
| opkg.py | 8 years ago | |
| package.py | 6 years ago | |
| package_facts.py | 6 years ago | |
| pacman.py | 7 years ago | |
| pkg5.py | 7 years ago | |
| pkg5_publisher.py | 8 years ago | |
| pkgin.py | 6 years ago | |
| pkgng.py | 8 years ago | |
| pkgutil.py | 7 years ago | |
| portage.py | 7 years ago | |
| portinstall.py | 7 years ago | |
| pulp_repo.py | 6 years ago | |
| redhat_subscription.py | 6 years ago | |
| rhn_channel.py | 6 years ago | |
| rhn_register.py | 6 years ago | |
| rhsm_release.py | 7 years ago | |
| rhsm_repository.py | 6 years ago | |
| rpm_key.py | 7 years ago | |
| slackpkg.py | 8 years ago | |
| snap.py | 6 years ago | |
| sorcery.py | 7 years ago | |
| svr4pkg.py | 8 years ago | |
| swdepot.py | 7 years ago | |
| swupd.py | 6 years ago | |
| urpmi.py | 7 years ago | |
| xbps.py | 7 years ago | |
| yum.py | 6 years ago | |
| yum_repository.py | 7 years ago | |
| zypper.py | 7 years ago | |
| zypper_repository.py | 7 years ago | |