ansible/library/packaging
Yegor Minin df5fd0e0d0 apt: allow specifying dpkg options
This will allow specifying dpkg options as a string passed over to apt
command. dpkg_options expects a comma-separated string of options to be
passed as dpkg options which will be further expanded. For example
dpkg_options='force-confdef,force-confold' will end up as
-o \"Dpkg::Options::=--force-confold\" when passed to apt
Example usage would be:
-m apt -u ubuntu -s \
 -a "upgrade=dist update_cache=yes dpkg_options='force-confold'"
or
apt: upgrade=dist update_cache=yes dpkg_options='force-confold'
2013-11-01 20:11:40 +02:00
..
apt apt: allow specifying dpkg options 2013-11-01 20:11:40 +02:00
apt_key Only remove leading '0x' from key ids, not all 0s 2013-10-30 11:50:34 +00:00
apt_repository check for ubuntu distribution first 2013-10-19 14:41:00 +01:00
easy_install Fixes #4532 Send easy_install to get_bin_path instead of None 2013-10-15 18:15:08 -04:00
gem Add executable parameter to find gem binary in gem module 2013-10-15 09:08:33 +02:00
homebrew Misc pep8 fixes 2013-10-19 13:03:15 -04:00
macports DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
npm Merge pull request #3199 from chrishoffman/doc_error 2013-06-16 19:28:12 -07:00
openbsd_pkg openbsd_pkg: Use ansible run_command(). 2013-07-20 17:45:07 +02:00
opkg DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
pacman Merge branch 'pacman_local' into pacman_local_plus_check 2013-08-17 17:56:33 -04:00
pip Pip module: fixing issue with python 2.4 support 2013-10-28 15:15:04 -07:00
pkgin Fix pkgin search (yielding wrong results under certain conditions, see inline comments). 2013-07-24 16:18:14 +02:00
pkgng Revert "now modules can implement with_items list globbing w/o updating" 2013-06-19 19:00:18 -04:00
pkgutil Fix module formatting in the pkgutil module. 2013-10-07 08:24:02 -04:00
redhat_subscription Styling: misc pep8 2013-06-30 18:54:32 -04:00
rhn_channel changed deprecated channel_label attribute 2013-09-20 12:58:43 +02:00
rhn_register Added full path to rhnreg_ks command for working correctly with sudo. 2013-10-14 16:05:01 +02:00
rpm_key Fixing typos in is_keyid function definition and usage 2013-09-09 17:26:44 -05:00
svr4pkg fixes ansible/ansible#3547 2013-07-16 09:17:57 +02:00
yum Remove examples of module antipattern of setting the choices array for boolean types. 2013-10-11 08:45:13 -04:00
zypper Remove examples of module antipattern of setting the choices array for boolean types. 2013-10-11 08:45:13 -04:00