- 12 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 03 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 01 Oct, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 29 Sep, 2012 1 commit
-
-
Fixed error on official docs (reported on DOCUMENTATION string). Name param must be pkg and is required.
Marco Vito Moscaritolo committed
-
- 28 Sep, 2012 2 commits
-
-
Jan-Piet Mens committed
-
Marco Vito Moscaritolo committed
-
- 18 Aug, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 11 Aug, 2012 1 commit
-
-
Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library directory.
Michael DeHaan committed
-
- 07 Aug, 2012 1 commit
-
-
whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added in 0.6 release)
Michael DeHaan committed
-
- 03 Aug, 2012 1 commit
-
-
Add encoding lines to python modules such that they can take unicode options if they are fed them, since the AnsibleModule stuff no longer base64 encodes for simplicity and speed reasons.
Michael DeHaan committed
-
- 01 Aug, 2012 3 commits
-
-
Christoph Seitz committed
-
Christoph Seitz committed
-
Christoph Seitz committed
-
- 31 Jul, 2012 1 commit
-
-
This will ensure users of previous versions of this module don't have their playbooks break.
Lorin Hochstein committed
-
- 30 Jul, 2012 2 commits
-
-
the apt module to use it
Seth Vidal committed -
Seth Vidal committed
-
- 29 Jul, 2012 1 commit
-
-
The apt parameter changed from update-cache to update_cache, but the error message still mentioned update-cache
Lorin Hochstein committed
-
- 30 Jul, 2012 1 commit
-
-
Mark Theunissen committed
-
- 26 Jul, 2012 3 commits
-
-
1. Passing the module to the various functions so that they can use module.fail_json and module.exit_json methods inside. 2. Because of point 1, install and remove methods do not return anything. Instead, they use the module functions itself. 3. Move the import statement (for apt and apt_pkg) inside main function so on import error, we can use module.fail_json to print the error.
Nikhil Singh committed -
Nikhil Singh committed
-
Nikhil Singh committed
-
- 17 Jul, 2012 1 commit
-
-
Michael DeHaan committed
-
- 11 Jul, 2012 1 commit
-
-
Jeremy Smitherman committed
-
- 10 Jul, 2012 2 commits
-
-
Derek Carter committed
-
Derek Carter committed
-
- 07 Jul, 2012 1 commit
-
-
Peter Sankauskas committed
-
- 06 Jul, 2012 1 commit
-
-
Getting the apt module to accept and understand a 'install-recommends' parameter which allows running apt with --no-install-recommends
Peter Sankauskas committed
-
- 13 Jun, 2012 1 commit
-
-
Nathan A. Feger committed
-
- 11 May, 2012 1 commit
-
-
Cosmin Luță committed
-
- 09 May, 2012 1 commit
-
-
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.
Stephen Fromm committed
-
- 27 Apr, 2012 1 commit
-
-
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.
Michael DeHaan committed
-
- 22 Apr, 2012 2 commits
-
-
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"
Daniel Néri committed -
This uses standard APT syntax, e.g.: ansible webservers -m apt -a "pkg=nginx=1.1.19-1 state=installed"
Daniel Néri committed
-
- 19 Apr, 2012 2 commits
-
-
Daniel Néri committed
-
Michael DeHaan committed
-
- 12 Apr, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 03 Apr, 2012 2 commits
-
-
Matthew Williams committed
-
Michael DeHaan committed
-