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
Strahinja Kustudic 5cbda9658a yum will fail on 'No space left on device', fixes #32791 (#40737)
During the installing of packages if yum runs out of free disk space,
some post install scripts could fail (like e.g. when the kernel package
generates initramfs), but yum would still exit with a status 0.  This is
bad, especially for the kernel package, because it makes it unable to
boot.  Because the yum module is usually used for automation, which
means the users cannot read every message yum prints, it's better that
the yum module fails if it detects that there is no free space on the
disk.
6 years ago
..
cli Fix config manager to show errors 6 years ago
compat Fix the local and ssh plugins for a cornercase retrying a syscall 6 years ago
config Only print warning when ansible.cfg is actually skipped (#43583) 6 years ago
errors give hint to users when a file is not found 7 years ago
executor Remove unused rslt_q, rename the one queue to final_q everywhere (#43894) 6 years ago
galaxy Fix invalid Dockerfile created by "galaxy init --type apb" (#42017) 6 years ago
inventory Error on empty group/host name (#42584) 6 years ago
module_utils Fixes ios_l2_interface and ios_vlan not working on certain interface types issue (#43819) 6 years ago
modules yum will fail on 'No space left on device', fixes #32791 (#40737) 6 years ago
parsing Remove use of simplejson throughout code base (#43548) 6 years ago
playbook Only template values in vars_prompt rather than all vars (#39304) 6 years ago
plugins Httpapi plugin for Firepower device (#43773) 6 years ago
template Add specific exceptions to except 6 years ago
utils Bug fixes for gcp_compute_address (#42704) 6 years ago
vars delegate_to: accept only string for delegation host (#43473) 6 years ago
__init__.py
constants.py We can create a frozenset from a tuple 6 years ago
release.py update 2.7 codename 7 years ago