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/packaging/os
Dag Wieers 20726b94be Ensure yum failures in with-loop result into a failed task
The implementation is fairly simple, we force the rc= parameter to not be zero so that the check in _executor/task_result.py_ correctly determines that it failed. Without this change Ansible would report the task to be ok (despite failed=True and msg=Some_error_message) although Ansible stops and the summary output reports a failed task.

This fixes #4214, #4384 and also relates to ansible/ansible#12070, ansible/ansible#16006, ansible/ansible##16597, ansible/ansible#17208 and ansible/ansible#17252
9 years ago
..
__init__.py Some more module categorization. 11 years ago
apt.py apt: doc: use yaml syntax in examples (#5070) 9 years ago
apt_key.py Fix python 3 issues with apt* modules. (#4848) 9 years ago
apt_repository.py Fix python 3 issues with apt* modules. (#4848) 9 years ago
apt_rpm.py Proper author info for all remaining modules 11 years ago
package.py removed extra space 10 years ago
redhat_subscription.py Bulk spelling improvement to modules-core (#5225) 9 years ago
rhn_channel.py Proper author info for all remaining modules 11 years ago
rhn_register.py Convert packaging/* to py3/py2.4 syntax (#3702) 10 years ago
rpm_key.py Bulk spelling improvement to modules-core (#5225) 9 years ago
yum.py Ensure yum failures in with-loop result into a failed task 9 years ago