ansible/lib/ansible
Matthew c58461596a Support pacman packages using different types of compression (#19503)
It's possible to compress packages using several different compression
methods, or not compressed at all. Previously, the pacman module only
supported files compressed using xz. This update ensures that all
compression types currently supported by pacman are supported by the
ansible pacman module.

The list of supported compression methods at the time of writing can be
found here:
https://git.archlinux.org/pacman.git/tree/scripts/makepkg.sh.in#n747
2016-12-19 12:08:45 +00:00
..
cli Fix errors on 'ansible-playbook --flush-cache' (#18754) 2016-12-13 14:35:15 -05:00
compat
config
errors adds feature to all modules to be run locally (#18763) 2016-12-15 15:47:29 -05:00
executor adds feature to allow connection to set action plugin (#18762) 2016-12-15 15:47:39 -05:00
galaxy
inventory minor spelling changes 2016-12-13 13:51:13 -05:00
module_utils Handle inability to read /proc for ansible_service_mgr. Fixes #18957 2016-12-16 12:28:13 -05:00
modules Support pacman packages using different types of compression (#19503) 2016-12-19 12:08:45 +00:00
parsing Fix regression in search path behaviour 2016-12-14 10:33:14 -05:00
playbook still needs static for task object 2016-12-16 23:52:11 -05:00
plugins Ensure that command/shell errors are displayed 2016-12-16 21:46:02 -05:00
template Fix AST nodes for Python 3 and enable dependent test_uri (#18597) 2016-12-13 07:37:39 -08:00
utils minor spelling changes 2016-12-13 13:51:13 -05:00
vars Display proper error on group_vars syntax error 2016-12-16 21:13:41 -05:00
__init__.py
constants.py minor spelling changes 2016-12-13 13:51:13 -05:00
release.py
test-requirements.txt