You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library
Daniel Néri d5f3760acc 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
..
apt Add optional "default-release" argument for apt module 13 years ago
async_status
async_wrapper
command
copy Don't try to expand path for None values 13 years ago
facter
failtest
fetch
file Add context=default option to file module 13 years ago
git
group
ohai
ping
service
setup
shell
slurp A better fix for slurp, expand path in the module. 13 years ago
template make all templating happen locally, so no jinja2 deps are ever required 13 years ago
user
virt
yum