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/changelogs
Ruediger Pluem e64ba97e8a
Fix the reversed order of return values (#72088)
* Fix the reversed order of return values

AnsibleModule.run_command returns a tuple of return code, stdout and stderr.
The module main function of the user module expects user.create_user to
return a tuple of return code, stdout and stderr.
Fix the locations where stdout and stderr got reversed.

* Fix another missed occurance

* Add changelog

* Fix further reversed order of return values occurrences

Followup to 72c3ba62c8e2606a6a35d51075fba29ce5faf34e:
Fix further reversed order of return values occurrences.
5 years ago
..
fragments Fix the reversed order of return values (#72088) 5 years ago
CHANGELOG.rst fix RPM builds with placeholder CHANGELOG 8 years ago
changelog.yaml Use antsibull-changelog instead of packaged changelog generator (#69313) 6 years ago
config.yaml Make changelog tool be more strict about suffixes (#70909) 5 years ago