summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/action/assemble.py
Commit message (Expand)AuthorAgeFilesLines
* moved to exceptions for basic skip/failsBrian Coca2017-04-251-3/+0
* finer grained failed/skipped on async for actionsBrian Coca2017-04-201-1/+1
* let user control "auto-de-vault" (#22739)Brian Coca2017-03-241-4/+5
* refactoring asyncBrian Coca2017-02-061-9/+8
* remote user should rely on context, not direct varBrian Coca2017-01-191-1/+1
* deal with remote_src and tmp dirs properlyBrian Coca2017-01-121-6/+5
* unified boolean functionBrian Coca2016-11-291-1/+1
* Remove unicode escape (#17866)Toshio Kuratomi2016-10-021-9/+11
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-3/+3
* Add partially backwards compatible version of _fixup_perms. (#17427)Matt Clay2016-09-061-1/+1
* file() function in python3 no longer exist, so use open() (#17303)Michael Scherer2016-08-301-1/+1
* Move a path being passed around as a byte string to being passed around as a ...Toshio Kuratomi2016-08-221-4/+4
* Use file list, not recursion, in _fixup_perms. (#16924)Matt Clay2016-08-051-1/+1
* add transparent vault use to other plugins (#16957)Brian Coca2016-08-041-1/+2
* Search path (#16387)Brian Coca2016-06-281-7/+12
* Revert "Add prefixing and suffixing fuctionality to assemble module" (#16084)Brian Coca2016-06-011-16/+2
* Merge pull request #10399 from underyx/assemble-with-prefix-and-suffixChris Houseknecht2016-05-311-2/+16
|\
| * Add header and footer support to assemble actionBence Nagy2016-05-311-2/+16
* | Ensure action plugins remove tmp dirs created (#15501)Brian Coca2016-04-201-6/+3
* | Don't create world-readable module and tempfiles without explicit user permis...Toshio Kuratomi2016-03-231-5/+5
* | Fixing template/assemble action plugins related to tmp dir use/cleanupJames Cammarata2016-03-101-4/+14
* | fix assemble to not pass extra args to copy/fileBrian Coca2016-03-061-22/+19
* | use stat module instead of checksum codeBrian Coca2016-02-161-2/+3
* | normalize error message on src != dir when localBrian Coca2016-02-011-0/+5
* | Two fixes to action pluginsToshio Kuratomi2015-10-221-10/+19
* | Remove tmp as a parameter to the connection pluginsToshio Kuratomi2015-09-241-4/+4
* | made sure they all look in files/vars/template dirs also when executed in pla...Brian Coca2015-08-161-2/+1
* | added diff to assemble for remote_src=falseBrian Coca2015-08-161-11/+7
* | Use ansible_python_interpreter value for remote checksumsJames Cammarata2015-08-151-1/+1
|/
* Moving ConnectionInformation -> PlayContextJames Cammarata2015-07-211-2/+2
* now assemble skips during checkmodeBrian Coca2015-07-131-1/+4
* added ignore_hidden to assembleBrian Coca2015-07-091-3/+5
* Fixing up some check-mode stuffJames Cammarata2015-07-011-7/+1
* Fixing ansible_*_interpreter useJames Cammarata2015-06-041-4/+4
* Making the switch to v2James Cammarata2015-05-031-0/+156