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/test
Jack Scheible d35bef68f5
replace - always return rc (#71963)
* Return rc=0 on success.

Error handling in playbooks generally expects `rc` to be set to 0 when a module has not failed.  Playbook authors should not have to check for the existence of `rc` first.

* Use single definition and added changelog

* Fix up tests with new return value

Co-authored-by: Jordan Borean <jborean93@gmail.com>
2 years ago
..
ansible_test ansible-test - Move code from _data to _util. (#75495) 3 years ago
integration replace - always return rc (#71963) 2 years ago
lib/ansible_test ansible-test - Fix collection loader import. (#76986) 2 years ago
sanity Bump antsibull version from 0.40.1 to 0.41.0 and ansible sphinx theme version to fix HTML generation in return value tables (#76759) 2 years ago
support ansible-test pssa update and new rules (#76256) 3 years ago
units Resubmit: Use SystemdStrategy for Debian in the hostname module (#76929) 2 years ago
utils/shippable Fix Windows CI scripts. 3 years ago