Commit Graph

549 Commits (e2abbbefd7d654f7ee05e18828fc1d0d1427a67b)

Author SHA1 Message Date
Toshio Kuratomi 396c399b54 Merge pull request #626 from mscherer/clean_yum_base
Remove unused code
10 years ago
Brian Coca e2dcb5fc9b now captures cache fetch failures 10 years ago
Michael Scherer bcfba0c050 Remove unused code
There is no call to yum_base using 'cachedir' argument, so
while it work fine from a cursory look, that's useless code,
and so should be removed to clarify the code.
10 years ago
fabios 9ed842e2d0 mark as upgradable and let apt-get install deal with it 10 years ago
fabios b747d9411a improve fail message and use itertools chain 10 years ago
fabios d19f7c7026 older python-apt compatibility 10 years ago
fabios 6fce4a9c3d handle list of list for python-apt < 0.7.9 compatibility 10 years ago
Toshio Kuratomi 170457413d Cleanup the old apt compatibility changes 10 years ago
fabios a08165ca2e use low-level apt_pkg.Package 10 years ago
FabioBatSilva 55b85ddc46 fix compatibility issues with python-apt < 0.7.9 10 years ago
Dale Bewley 449ced1efa use state parameter in examples 10 years ago
René Moser 24137a3c6c yum: add update_cache option
Yum does not always update to latest package version unless metadata cache has expired. By runing yum makecache, we ensure the metadata cache has been updated.

Signed-off-by: René Moser <mail@renemoser.net>
10 years ago
Toshio Kuratomi 195e7c5a13 Merge commit '383ecdb' into devel 10 years ago
Toshio Kuratomi 383ecdb50b Correct variable name 10 years ago
Henry Finucane ce02d59651 If force=true, ignore python-apt's advice
This lets you downgrade packages, for instance.
10 years ago
Toshio Kuratomi fb4854ebcb Fix retrieval of package version in apt module 10 years ago
Toshio Kuratomi c389cd671f Documentation update for apt version wildcards from bryanlarsen 10 years ago
Toshio Kuratomi e1ecc5ca8e Update package_status and install to account for wildcarded versions. 10 years ago
Toshio Kuratomi ccedf0dd40 Decide to allow pkgname and version wildcards so that things like libxml2*=2.9* would work 10 years ago
Toshio Kuratomi bc18c9dc78 Cache pkg name list so we don't recreate the list for every package 10 years ago
Toshio Kuratomi 10fd0f7073 Just make things a little more readable 10 years ago
Toshio Kuratomi 885b60f31f if __name__ does work with ansible modules 10 years ago
Michael Vogt f475769d3a add apt unittest 10 years ago
Michael Vogt 76fc436b08 Allow foo=1.0* like expressions in apt 10 years ago
Robert Estelle 4dd099fe7a Remove incorrect executable permissions. 10 years ago
Brian Coca a13c568310 corrected comparisson which had accidentally chaned in previous fixes 10 years ago
Brian Coca bbebdefacb better handling of deprecated aliases 10 years ago
Brian Coca 5356ccbb35 make sure 'present' is fully equivalente of 'installed' and remove installed from
feedback in favoer of 'present'
10 years ago
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
10 years ago
Michael DeHaan 3ed1378067 Some more module categorization. 10 years ago
Lorin Hochstein 3ab26c538b apt_key: add keyserver example to docs 10 years ago
Michael DeHaan 385a037cd6 package files 10 years ago
Michael DeHaan c8e1a2077e file extensions! 10 years ago
Michael DeHaan 417309a626 Restructuring. 10 years ago
Michael DeHaan 73123b69fa Move modules into subdirectory. 10 years ago
James Pharaoh 27ccd01db4 add LANG=C to apt module so the string matches on the output always match 10 years ago
Bruno BAILLUET 8f2dae1964 Fix a typo on is_update call inside latest function 10 years ago
Michael DeHaan 318b09e940 Merge pull request #8853 from kvar/devel
zypper: handle lists of packages efficiently
10 years ago
Alexander Gubin e8b3a028ea zypper_repository: Remove trailing "/". Identifies "logically" identical repos.
Example: ftp://download.nvidia.com/opensuse/12.2 == ftp://download.nvidia.com/opensuse/12.2/
10 years ago
James Cammarata 8265c08082 Merge pull request #8888 from alxgu/fix_zypp_repo_absent
Fix for #8886. Correct state=absent for statements without name/alias.
10 years ago
Alexander Gubin 8bdd5240aa Fix for #8886. Correct state=absent for statements without name/alias. 10 years ago
Kristofor Varhus 8d694964d2 fix typo in zypper module (requiered -> required) 10 years ago
James Cammarata 1d5a4be997 Adding ignore_scripts option to the argument_spec for npm 10 years ago
James Cammarata 72b92a4b0e Fixing new ignore scripts option logic and name for the npm module 10 years ago
James Cammarata cf320adb43 Merge branch 'npm-ignore-scripts' of https://github.com/tkellen/ansible into tkellen-npm-ignore-scripts 10 years ago
Kristofor Varhus e64591bfbe zypper: handle lists of packages efficiently 10 years ago
Tyler Kellen b0dd339450 add support for --ignore-scripts when using npm 10 years ago
Dustin C. Hatch 7b8501424b portage: Add support for --changed-use
The `--changed-use` flag is an improvement over `--newuse` because it
does not trigger rebuilds for USE flag changes that would not affect the
installed package. Its use is generally recommended over `--newuse`.

Signed-off-by: Dustin C. Hatch <dustin@hatch.name>
10 years ago
rghe 96263dbd2d fixes #8626 by reverting 0d8b81cd 10 years ago
Marcus Jaschen 689d519b93 Homebrew module: Added `+` and `.` characters to the package name regex.
Solves installation failures for packages like `bonnie++` or
`virtualhost.sh` as described in #8413.
10 years ago