summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* changelog dates0.6release-0.6Michael DeHaan2012-08-061-1/+4
* Fix some subtle behavior of how the get_url module chains into the file modul...Michael DeHaan2012-08-032-3/+5
* Add encoding lines to python modules such that they can take unicode options ...Michael DeHaan2012-08-0223-1/+28
* Allow unicode transfer by not base64 encoding. Also: fasterMichael DeHaan2012-08-024-6/+9
* fix tree outputMichael DeHaan2012-08-021-1/+1
* Make module args as unicode more or less not choke.Michael DeHaan2012-08-021-1/+1
* Fix some templating issues, needs testing with anti-unicode safeguard around ...Michael DeHaan2012-08-023-5/+6
* Merge pull request #778 from skvidal/develMichael DeHaan2012-08-022-3/+4
|\
| * make virt module command= work again - better error handling should be in itsSeth Vidal2012-08-021-2/+3
| * remove the tab I foundSeth Vidal2012-08-021-1/+1
|/
* Merge pull request #776 from skvidal/develMichael DeHaan2012-08-021-19/+25
|\
| * - add a check for repoquery so we can abort politelySeth Vidal2012-08-021-19/+25
|/
* Merge pull request #772 from gottwald/devel-serviceFixMichael DeHaan2012-08-021-2/+0
|\
| * Fixed a Bug in the service module state changed recognitionIngo Gottwald2012-08-021-2/+0
* | Merge pull request #771 from sfromm/issue765Michael DeHaan2012-08-021-2/+2
|\ \ | |/ |/|
| * Add Blade to FORM_FACTOR list and document SMBIOS spec URLStephen Fromm2012-08-021-2/+2
* | Revert "Apply templating to module arguments in playbook"Michael DeHaan2012-08-011-2/+1
* | Merge pull request #767 from sfromm/issue765Michael DeHaan2012-08-021-1/+5
|\ \ | |/
| * Catch exception if form factor id is unknownStephen Fromm2012-08-021-1/+5
|/
* Merge pull request #759 from lorin/error-feedbackMichael DeHaan2012-08-021-1/+1
|\
| * Report only name in task error, all on one lineLorin Hochstein2012-08-021-1/+1
| * If task action is invalid, output the name and action.Lorin Hochstein2012-08-011-1/+1
* | changelog / remove a failed=FalseMichael DeHaan2012-08-012-2/+2
* | failed should not be in the result returns for a module upon successMichael DeHaan2012-08-011-6/+0
* | Make yum module use one-pass with with_itemsMichael DeHaan2012-08-011-1/+1
* | Merge pull request #761 from skvidal/develMichael DeHaan2012-08-021-179/+282
|\ \
| * | redo of yum module - uses more system calls but should handleSeth Vidal2012-08-021-179/+282
| |/
* | Apply templating to module arguments in playbookWill Thames2012-08-011-1/+2
* | Merge pull request #760 from sfromm/fixesMichael DeHaan2012-08-021-2/+2
|\ \
| * | Add setype to file's argument_spec and remove secontextStephen Fromm2012-08-011-1/+1
| * | Fix module_fail_json call when symlink src does not existStephen Fromm2012-08-011-1/+1
| |/
* | Merge pull request #763 from willthames/sudo_missing_userMichael DeHaan2012-08-021-1/+6
|\ \
| * | Raise exception when sudo user does not existWill Thames2012-08-021-1/+6
| |/
* | Merge pull request #764 from willthames/fail_copy_on_directoryMichael DeHaan2012-08-021-1/+1
|\ \ | |/ |/|
| * Revert acceptance of directory as dest for copyWill Thames2012-08-021-1/+1
|/
* changelog updatesMichael DeHaan2012-08-011-0/+2
* Join with_items for the apt module, yum pending, and various fixes to the yum...Michael DeHaan2012-08-012-5/+11
* add error handling if you try to load files in the wrong data formatMichael DeHaan2012-08-011-2/+3
* yell if input data for host or group vars are not hashesMichael DeHaan2012-08-011-0/+4
* reinstate invalid argument checks where possible, daisy chainee/chained modul...Michael DeHaan2012-08-014-11/+12
* Merge pull request #748 from dagwieers/make-rpmMichael DeHaan2012-08-011-6/+18
|\
| * Place the freshly built RPM directly into rpm-build/Dag Wieërs2012-08-011-1/+2
| * Implements git commit date into RPM releaseDag Wieërs2012-08-011-5/+16
* | Merge pull request #751 from Ernest0x/ignore_errors_task_optionMichael DeHaan2012-08-014-9/+21
|\ \
| * | fixes for testsPetros Moisiadis2012-08-013-6/+6
| * | added an 'ignore_errors' option to tasksPetros Moisiadis2012-08-013-5/+17
* | | Merge pull request #752 from go2sh/apt-patchMichael DeHaan2012-08-011-22/+34
|\ \ \
| * | | Tweaked error massages.Christoph Seitz2012-08-011-1/+1
| * | | Some optimizations to previous code.Christoph Seitz2012-08-011-17/+11
| * | | Enable apt module to handle multiply packages (comma separated)Christoph Seitz2012-08-011-20/+38