summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update branch so 0.7.2 is buildable0.7.2release-0.7Michael DeHaan2012-10-103-3/+6
* Backport fix around backstop to prevent deletion of tempdirs (tolerate unicod...Michael DeHaan2012-10-101-2/+2
* Bump version0.7.1Michael DeHaan2012-09-111-1/+1
* release bumpMichael DeHaan2012-09-112-2/+5
* make this python24 compatibleMatt Coddington2012-09-091-2/+2
* Spec version fixesMichael DeHaan2012-09-064-7/+7
* Don't load plugins starting with "_".0.7Michael DeHaan2012-09-061-1/+2
* Add __init__'s to gitMichael DeHaan2012-09-062-0/+0
* Add --limit to manpageMichael DeHaan2012-09-064-26/+24
* --version is now taking the correct headAnastasis Andronidis2012-09-061-3/+5
* Fix skipped callbackMichael DeHaan2012-09-041-3/+3
* Check for ipv6Michael DeHaan2012-09-041-0/+2
* Fix invocation-output-supression code to still provide invocation data to the...Michael DeHaan2012-09-041-14/+14
* Don't add 'n/a' because if running from source there will be no gitMichael DeHaan2012-09-041-2/+2
* Merge pull request #993 from andronat/repo-as-submoduleMichael DeHaan2012-09-051-0/+10
|\
| * except now returns a 'n/a' version. Some changes in commentsAnastasis Andronidis2012-09-051-6/+4
| * small typoAnastasis Andronidis2012-09-041-1/+1
| * Fault handling for YAML file and gitdir value.Anastasis Andronidis2012-09-041-4/+10
| * Appended repo_pathAnastasis Andronidis2012-09-041-1/+2
| * Fixed a parsing HEAD problem, when ansible is checked out as a submoduleAnastasis Andronidis2012-09-041-0/+5
* | update changelogMichael DeHaan2012-09-041-1/+1
* | backuplocal => backup_local for API standardization reasonsMichael DeHaan2012-09-044-5/+5
* | Merge branch 'backup-common' of https://github.com/dhozac/ansible into develMichael DeHaan2012-09-044-22/+29
|\ \
| * | Add backup to assembleDaniel Hokka Zakrisson2012-09-041-0/+4
| * | Add backups to lineinfileDaniel Hokka Zakrisson2012-09-041-4/+10
| * | Move backup to module_commonDaniel Hokka Zakrisson2012-09-042-18/+15
* | | Merge pull request #995 from mattupstate/develMichael DeHaan2012-09-041-6/+4
|\ \ \
| * | | Use `get_bin_path` properlyMatt Wright2012-08-311-15/+3
| * | | Fix supervisorctl module after merge issueMatt Wright2012-08-311-0/+10
* | | | Merge pull request #996 from dhozac/keep-unsuccessful-resultMichael DeHaan2012-09-043-8/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Keep result pristine for ignore_errorsDaniel Hokka Zakrisson2012-09-043-8/+4
| | |/ | |/|
* | | Always pipe stderr in the setup module to avoid JSON interference.Michael DeHaan2012-09-021-2/+2
|/ /
* | Merge pull request #989 from willthames/command-expand-pathMichael DeHaan2012-09-041-1/+2
|\ \
| * | Allow ~ expansion in chdir argument of command modulewillthames2012-09-041-1/+2
|/ /
* | Merge pull request #988 from willthames/svn-expand-pathMichael DeHaan2012-09-031-1/+1
|\ \
| * | Subversion dest should allow ~ expansionwillthames2012-09-041-1/+1
|/ /
* | Fix async callbackMichael DeHaan2012-09-021-1/+1
|/
* Merge pull request #977 from jpmens/fromjsonMichael DeHaan2012-08-311-1/+2
|\
| * Jinja2 filter from_json added, to_json renamedJan-Piet Mens2012-08-311-1/+2
|/
* Make it possible in the inventory file to have spaces in host variablesMichael DeHaan2012-08-301-2/+2
* chmod +xMichael DeHaan2012-08-304-0/+0
* Merge branch 'binpath' of https://github.com/sfromm/ansible into develMichael DeHaan2012-08-309-102/+53
|\
| * Add option required=(True|False) to get_bin_path and update modulesStephen Fromm2012-08-307-49/+21
| * Migrate remaining modules to use get_bin_path in module_common.pyStephen Fromm2012-08-296-63/+24
| * Add option to pass list of dirs to get_bin_path in module_common.pyStephen Fromm2012-08-291-3/+7
| * Migrate apt_repository, group, and supervisorctl to use module.get_bin_pathStephen Fromm2012-08-293-18/+12
| * Add method get_bin_path to module_common.pyStephen Fromm2012-08-291-0/+19
* | Merge pull request #970 from mattupstate/develMichael DeHaan2012-08-302-6/+21
|\ \
| * | Update handling of state changesMatt Wright2012-08-301-3/+19
| * | Move conditional that accounts for variances in distros/versions to work when...Matt Wright2012-08-301-3/+2