Commit Graph

22 Commits (1fe021f7bb994573cd07b163c36839a0d6f12b4a)

Author SHA1 Message Date
Michael DeHaan 72aefdb609 add noninteractive to debian module per #602 12 years ago
Michael DeHaan 3b035b9fe1 Merge pull request #572 from goozbach/devel
fixes #569 apt module problems on old versions of apt-python
12 years ago
Jeremy Smitherman 501fb5a423 Added cmd modifications to use a force-yes option for apt module 12 years ago
Derek Carter 9a6bcb9481 added filter for future warning 12 years ago
Derek Carter f4414c0511 fixes #569 apt module problems on old versions of apt-python (namely debian 5.0) 12 years ago
Peter Sankauskas 186e438991 Assigning to boolean first 12 years ago
Peter Sankauskas 3965e268ed Getting the apt module to accept and understand a 'install-recommends' parameter which allows running apt with --no-install-recommends 12 years ago
Nathan A. Feger d765ccacd1 Add support for older version of python-apt 12 years ago
Cosmin Luță 0f1d98e46b Added parameter to the apt-get install command to prevent interactive conflict resolution 13 years ago
Stephen Fromm 67ee30f135 Apply logging of arguments to modules (issue #122)
The ohai and facter modules use /usr/bin/logger to log the fact that
they have been invoked.  I added 'import os' to the ping module
so that it could have the same syslog statements as the other modules.
I separated the condensed:
    shlex.split(open(argfile, 'r').read())
into two separate statements similar to the other modules.
13 years ago
Michael DeHaan 31f6cd6408 Because paramiko using a pty can't distinguish stderr and stdout, remove handling that
treated -D as a way to show stderr, and make sure modules don't include things on stderr.
Update docs and test module script to come into line.
13 years ago
Daniel Néri 922899f4be Add optional "default-release" argument for apt module
The value is passed to apt-get's "-t" option. Useful for installing backports, e.g.:

  ansible webservers -m apt -a "pkg=nginx state=latest default-release=squeeze-backports"
13 years ago
Daniel Néri 187ab3f918 Add apt module support for installing/removing specific version of package
This uses standard APT syntax, e.g.:

    ansible webservers -m apt -a "pkg=nginx=1.1.19-1 state=installed"
13 years ago
Daniel Néri f6d0cc56a0 Fix two misspellings of the apt module's "fail_json" function 13 years ago
Michael DeHaan 9d08eefa9a Also allow the apt module to use package or name as an alias for 'pkg' 13 years ago
Michael DeHaan 8e006f6088 Upgrade apt message if no python-apt to intercept potential user questions. 13 years ago
Matthew Williams f99a7f29e8 apt module bugfix 13 years ago
Michael DeHaan 18852d81f9 have apt module raise an error if apt cannot be imported 13 years ago
Matthew Williams 0ad5fec487 improvements to apt module: state=latest, update-cache=yes|no, purge=yes|no 13 years ago
Matthew Williams bd7710e1b5 trimmed superfluous code from apt module 13 years ago
Matthew Williams b4604b2525 cleaned up apt module style 13 years ago
Matthew Williams 71b503b0c3 preliminary apt module 13 years ago