Commit Graph

52 Commits (a0f91f2aaa995f86def6da9e30c00a6e8187dc3f)

Author SHA1 Message Date
lichesser 7201972a56 Remove debugging code
12 years ago
James Tanner c8bd14925d Fixes #5369 Do not pass --force-yes to aptitude
12 years ago
jctanner b9cb49e638 Merge pull request #4872 from timurbatyrshin/4869-old-python-apt-fix
13 years ago
Rene Moser 2d805ae5da apt: update index before trying to autoinstall python-apt
13 years ago
jctanner 6b45c4a6ca Merge pull request #5181 from mvo5/bugfix/apt-fnmatch-remove
13 years ago
Michael Scherer 3df62f1d8a Fix apt module to be able to install package by giving just a provides and not the full name
13 years ago
Michael Vogt 559de5c65e add fnmatch() support for apt remove too (just like install)
13 years ago
James Tanner ad837709bd Addresses #5023 Fix import comments
13 years ago
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern
13 years ago
Michael DeHaan 36effd237c There's a cleaner way to do this, commit to module formatter pending.
13 years ago
Michael DeHaan ff0a41d446 No longer need to reference 'version_added' in docs for these, as this was quite a while ago.
13 years ago
James Tanner f332bb0d7c Fixes #4891 Catch unicodedecode errors from python-apt
13 years ago
James Tanner 7502e15298 Address #4285 remove redundant stderr output in apt module
13 years ago
jctanner 9faaa2b98b Merge pull request #4285 from blair/apt-module-register-stdout-stderr
13 years ago
jctanner a28bcd60d9 Merge pull request #4617 from resmo/feature/python-apt
13 years ago
James Tanner f820e8e719 Merge pull request #4286 from blair/ansible
13 years ago
Timur Batyrshin 9e7623e9de #4869 compatibility with older versions of apt
13 years ago
Yegor Minin df5fd0e0d0 apt: allow specifying dpkg options
13 years ago
Rene Moser a10e017d6e apt: autoinstall python-apt if not available
13 years ago
Michael DeHaan 0e55bd892d For values that are booleans in the module doc, the value in the doc section should be a boolean or truthiness
13 years ago
Michael DeHaan 203a4f10cd Use explicit boolean defaults in apt module to make the code more clear.
13 years ago
Blair Zajac 3a8c9f04da apt: do not consider not-removed and not-upgraded packages as changes.
13 years ago
Blair Zajac d133c0aeee apt: pass child process stdout and stdout to m.fail_json() and m.exit_json().
13 years ago
James Cammarata 671eeb65b2 Merge pull request #4138 from resmo/fix/redundant-fail-json
13 years ago
Rene Moser 9449d62fb2 apt: fixed duplicate fail_json
13 years ago
James Cammarata 0d408ff295 Use low-level package objects in the apt module to check installed state
13 years ago
James Cammarata 6feb4e3837 Fail apt package install when nothing is matched by the fnmatch pattern
13 years ago
Michael Vogt 5c39c659e5 add support for fnmatch() style apt filenames
13 years ago
Alan Grosskurth b950f9456a apt: Run remove commands noninteractively
13 years ago
Michael DeHaan a35370a766 Fix prev feature commit, Do not require aptitude to use apt commands in the apt module, only needed when upgrading.
13 years ago
Michael DeHaan e1167d6977 tweak indentation for 'make pep8'
13 years ago
Michael DeHaan f4b1e426ea Merge pull request #3379 from serenecloud/devel
13 years ago
Felix Stuermer b5df29901f Use the force=yes option for apt upgrade actions
13 years ago
serenecloud a17ca862fb Return a friendly error message if aptitude isn't installed
13 years ago
Michael DeHaan 50fa88f28a Merge branch 'fix-apt-purge' of git://github.com/madduck/ansible into purge
13 years ago
Michael DeHaan d9c0a5c37d Revert "now modules can implement with_items list globbing w/o updating"
13 years ago
martin f. krafft ae42144752 Always assume purged for older python-apt
13 years ago
martin f. krafft 420f7d7ac6 Introduce non-purged package status
13 years ago
martin f. krafft 8e37a2bec9 Fix purging of packages
13 years ago
Jesse Keating 86bc2ec08a pkg option of apt is not required
13 years ago
Michael DeHaan d9f91be34a Merge pull request #3227 from bcoca/modules_wantlist
13 years ago
Brian Coca 4942a06bc2 now modules can implement with_items list globbing w/o updating
13 years ago
Jan-Piet Mens 5c69918d53 DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
13 years ago
John Jarvis 423fe82d94 fixing syntax error
13 years ago
Michael DeHaan 5f98c6c246 Merge pull request #2948 from jcbagneris/devel
13 years ago
Michael DeHaan 223e4e2349 Merge pull request #2932 from bcoca/apt_getbins
13 years ago
JcB 33ba919e5f Fixes in apt module doc: typos, examples
13 years ago
Brian Coca a8ca48888f apt now uses module function to find bin paths
13 years ago
Jack Kuan c7ebe44780 Make package version comparison use globbing.
13 years ago
Jan-Piet Mens eeb80c695f Add Requirements to rst template, ansible-doc
13 years ago