No description
Find a file
Yegor Minin 0b51476c0a 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
cloud Merge pull request #4770 from dragon3/devel 2013-11-01 09:32:54 -07:00
commands Allow for relative paths by using abspath 2013-08-20 22:48:42 -07:00
database Fixes #4720 Use mysql command to restore database instead of mysqldump 2013-10-29 10:33:46 -04:00
files Fixes #4516 file module: check prev_state earlier and use that if state is not specified 2013-11-01 09:31:32 -04:00
internal * Updated all ansible.cc references in the documentation to point 2013-06-19 19:34:02 -06:00
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 2013-10-11 16:37:10 -04:00
messaging Add missing version_added description in docs. 2013-07-20 12:08:47 -04:00
monitoring Monit fix - Use case insensitive comparison 2013-10-03 02:46:35 +08:00
net_infrastructure Merge pull request #4712 from mhite/bigip_node 2013-10-29 06:07:45 -07:00
network Fix issue 4433, make sure status is a int rather than a string 2013-10-12 22:10:40 +02:00
notification Remove examples of module antipattern of setting the choices array for boolean types. 2013-10-11 08:45:13 -04:00
packaging apt: allow specifying dpkg options 2013-11-01 20:11:40 +02:00
source_control Fix documentation formatting. 2013-10-31 20:00:11 -04:00
system Merge pull request #4754 from mscherer/fix_4648 2013-10-31 14:49:25 -07:00
utilities Some simplification of include_vars and renamed include_files to include_vars. 2013-10-31 19:24:35 -04:00
web_infrastructure Allow generic django_management commands 2013-10-18 17:26:10 -07:00