Toshio Kuratomi
|
383ecdb50b
|
Correct variable name
|
2014-11-18 13:08:26 -08:00 |
|
Henry Finucane
|
ce02d59651
|
If force=true, ignore python-apt's advice
This lets you downgrade packages, for instance.
|
2014-11-14 16:27:20 -08:00 |
|
Henry Finucane
|
4558ed6925
|
dpkg does not take a --force-yes option
|
2014-11-14 16:24:08 -08:00 |
|
Toshio Kuratomi
|
fb4854ebcb
|
Fix retrieval of package version in apt module
|
2014-11-14 10:01:30 -08:00 |
|
Toshio Kuratomi
|
c389cd671f
|
Documentation update for apt version wildcards from bryanlarsen
|
2014-11-14 09:43:38 -08:00 |
|
Toshio Kuratomi
|
e1ecc5ca8e
|
Update package_status and install to account for wildcarded versions.
|
2014-11-14 07:45:56 -08:00 |
|
Toshio Kuratomi
|
ccedf0dd40
|
Decide to allow pkgname and version wildcards so that things like libxml2*=2.9* would work
|
2014-11-14 07:45:56 -08:00 |
|
Toshio Kuratomi
|
bc18c9dc78
|
Cache pkg name list so we don't recreate the list for every package
|
2014-11-14 07:45:56 -08:00 |
|
Toshio Kuratomi
|
10fd0f7073
|
Just make things a little more readable
|
2014-11-14 07:45:56 -08:00 |
|
Toshio Kuratomi
|
885b60f31f
|
if __name__ does work with ansible modules
|
2014-11-14 07:45:55 -08:00 |
|
Michael Vogt
|
f475769d3a
|
add apt unittest
|
2014-11-14 07:45:55 -08:00 |
|
Michael Vogt
|
76fc436b08
|
Allow foo=1.0* like expressions in apt
|
2014-11-14 07:45:55 -08:00 |
|
Robert Estelle
|
4dd099fe7a
|
Remove incorrect executable permissions.
|
2014-11-13 18:08:48 -05:00 |
|
Brian Coca
|
a13c568310
|
corrected comparisson which had accidentally chaned in previous fixes
|
2014-11-12 17:16:02 -05:00 |
|
Brian Coca
|
bbebdefacb
|
better handling of deprecated aliases
|
2014-11-12 17:01:14 -05:00 |
|
Jonathan Mainguy
|
ae1af202e8
|
Fixes --enable-repo for Oracle Linux
|
2014-11-12 16:56:45 -05:00 |
|
Brian Coca
|
5356ccbb35
|
make sure 'present' is fully equivalente of 'installed' and remove installed from
feedback in favoer of 'present'
|
2014-11-12 15:46:36 -05:00 |
|
James Cammarata
|
6db6cd219e
|
Use new prompt detection in run_command to detect aptitude prompts
Also adds flags to aptitude command when force=yes is used, in order
to bypass the prompts given for untrusted packages.
Fixes #31
|
2014-11-10 23:45:27 -06:00 |
|
Michael DeHaan
|
3ed1378067
|
Some more module categorization.
|
2014-11-04 17:23:22 -05:00 |
|