ansible/lib/ansible
Monty Taylor 27ac2fc67c Ensure that apt is always chosen on debian/ubuntu (#44413)
One can install alternate packages managers on debuntu machines.
However, doing so doesn't mean you want to suddenly start using them.

Add in a check similar to the fedora yum/dnf check that sets apt as the
pkg_mgr if the ansible_os_family is Debian.
2018-08-20 15:59:56 -04:00
..
cli Fix config manager to show errors 2018-08-01 19:42:35 -07:00
compat Fix the local and ssh plugins for a cornercase retrying a syscall 2018-08-13 07:17:11 -07:00
config Swap default for INVALID_TASK_ATTRIBUTE_FAILED to True, add additional info to exception (#44138) 2018-08-16 16:30:47 -05:00
errors
executor restore task arg splatting (#43798) 2018-08-14 12:58:00 -07:00
galaxy Fix invalid Dockerfile created by "galaxy init --type apb" (#42017) 2018-07-17 08:11:42 +05:30
inventory Error on empty group/host name (#42584) 2018-07-12 09:59:00 -04:00
module_utils Ensure that apt is always chosen on debian/ubuntu (#44413) 2018-08-20 15:59:56 -04:00
modules New module cloudformation_stack_set (#41669) 2018-08-20 14:38:14 -04:00
parsing Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
playbook Swap default for INVALID_TASK_ATTRIBUTE_FAILED to True, add additional info to exception (#44138) 2018-08-16 16:30:47 -05:00
plugins Fix module name in error text at parse_xml filter (#44313) 2018-08-20 10:19:16 +05:30
template Add specific exceptions to except 2018-08-01 16:42:05 -04:00
utils Allowing to force account URI. (#44282) 2018-08-17 07:43:38 +02:00
vars delegate_to: accept only string for delegation host (#43473) 2018-08-06 11:40:12 +05:30
__init__.py
constants.py We can create a frozenset from a tuple 2018-08-13 15:21:44 -07:00
release.py