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
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
..
_vendor Revert "ansible-test - Fix import test when vendoring." 3 years ago
cli ansible-pull handlle empty node/hostname return (#76965) 2 years ago
collections saner path dir management (#72648) 4 years ago
compat Updated bundled libraries (#70418) 4 years ago
config avoid polluting vars with incorrect settings (#76590) 2 years ago
errors Correctly set path and fullpath for template vars (#73924) 3 years ago
executor avoid polluting vars with incorrect settings (#76590) 2 years ago
galaxy Expect upper case message 'levels' for galaxy publish results (#63530) 2 years ago
inventory avoid polluting vars with incorrect settings (#76590) 2 years ago
module_utils make Ansible.Basic work on non-Windows (#76924) 2 years ago
modules replace - always return rc (#71963) 2 years ago
parsing Replace file handling with context managers in files-modules and parsing vault. (#65371) 2 years ago
playbook add_host/group_by: fix using changed_when in a loop (#71719) 2 years ago
plugins Remove misleading note in template doc fragment. Fixes #61233 (#76955) 2 years ago
template Attach concat func to an environment class (#76282) 2 years ago
utils Misc typo fixes in plugins directory (#76566) 2 years ago
vars clean_facts only show variable name (#76974) 2 years ago
__init__.py Require Jinja2 3.0.0 (#75881) 3 years ago
__main__.py Modernize install (#76021) 3 years ago
constants.py add_host/group_by: fix using changed_when in a loop (#71719) 2 years ago
context.py Become plugins (#50991) 5 years ago
keyword_desc.yml Fixed typo in keyword_desc.yml (#76280) 3 years ago
release.py bump devel to 2.13 (#75833) 3 years ago