summaryrefslogtreecommitdiff
path: root/lib/ansible/runner/action_plugins/fetch.py
Commit message (Expand)AuthorAgeFilesLines
* Add integration tests for fetch/slurp, make powershell fetch/slurp work as cl...Chris Church2014-06-191-3/+8
* Fixes/notes related to slashes in remote paths.Chris Church2014-06-191-1/+1
* Add shell_plugins to abstract shell-specific functions out of runner, add win...Chris Church2014-06-191-1/+1
* Update various copyrights. Not complete, but sufficient.Michael DeHaan2014-01-041-1/+1
* Expand destination path in the fetch actionJames Cammarata2013-09-231-1/+4
* Merge branch 'fetch' of https://github.com/bpennypacker/ansible into bpennypa...James Cammarata2013-09-161-3/+5
|\
| * changed ignore_md5_mismatch to validate_md5Bruce Pennypacker2013-08-281-3/+3
| * added optional ignore_md5_mismatch parameterBruce Pennypacker2013-08-281-3/+5
* | Fix bug with fetch when using sudo: trueJames Cammarata2013-08-281-1/+1
* | Introduce the 'always_run' task clause.Stoned Elipot2013-08-201-1/+1
|/
* Lots of formatting fixesMichael DeHaan2013-05-241-2/+2
* Initial Commit.James Martin2013-05-231-2/+14
* Added a fail_on_missing option to fetch.Yves Dorfsman2013-03-021-1/+6
* Ensure complex_args is considered in all action_pluginsDaniel Hokka Zakrisson2013-02-281-1/+4
* Working on complex argument support.Michael DeHaan2013-02-171-1/+1
* This implements a basic --check mode which for now is only implemented on tem...Michael DeHaan2013-02-031-0/+3
* Add destination path to fetch resultDaniel Hokka Zakrisson2012-11-201-3/+3
* Use slurp for fetch is sudo is enabled and neededDaniel Hokka Zakrisson2012-11-181-6/+17
* Pass module arguments as argument instead of keeping it in runnerDaniel Hokka Zakrisson2012-09-231-2/+2
* Allow including files through variablesDaniel Hokka Zakrisson2012-09-191-2/+2
* Revert "Allow including files through variables"Michael DeHaan2012-09-191-2/+2
* Allow including files through variablesDaniel Hokka Zakrisson2012-09-171-2/+2
* Modular server-side actions (squash merge)Michael DeHaan2012-09-061-0/+89