summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/action/template.py
Commit message (Expand)AuthorAgeFilesLines
* Fixing security bugs for CVE-2016-9587James Cammarata2017-01-091-0/+1
* correct template lookup pathBrian Coca2016-12-161-7/+16
* always template when called from template (#18490)Brian Coca2016-11-151-1/+1
* removed deprecated first available file from tasks (#17643)Brian Coca2016-09-271-7/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-7/+6
* Add partially backwards compatible version of _fixup_perms. (#17427)Matt Clay2016-09-061-1/+1
* Move a path being passed around as a byte string to being passed around as a ...Toshio Kuratomi2016-08-221-5/+6
* Use file list, not recursion, in _fixup_perms. (#16924)Matt Clay2016-08-051-1/+1
* Search path (#16387)Brian Coca2016-06-281-10/+12
* Ensure action plugins remove tmp dirs created (#15501)Brian Coca2016-04-201-4/+2
* centralize path list handlingBrian Coca2016-03-301-1/+2
* Don't create world-readable module and tempfiles without explicit user permis...Toshio Kuratomi2016-03-231-3/+3
* Fixing template/assemble action plugins related to tmp dir use/cleanupJames Cammarata2016-03-101-7/+15
* avoid creating extra tmp dirs we don't deleteBrian Coca2016-03-101-8/+3
* use stat module instead of checksum codeBrian Coca2016-02-161-12/+7
* Disallow setting state on template tasksJames Cammarata2016-01-211-1/+6
* Fix for template module not creating a file that was not present when force=f...Toshio Kuratomi2015-12-141-1/+1
* Revert "Fix always_run support in the action plugin for template when copying"Brian Coca2015-12-081-1/+1
* Fix always_run support in the action plugin for template when copyingJames Cammarata2015-12-081-1/+1
* set corrected force defaultBrian Coca2015-11-061-1/+1
* template: fix regression bug in template in case force=falseRene Moser2015-11-061-1/+1
* fixed check mode change response in templateBrian Coca2015-11-051-5/+2
* Two fixes to action pluginsToshio Kuratomi2015-10-221-13/+22
* Return correct changed flag when using check mode with template and force=noJames Cammarata2015-10-211-2/+6
* added missing import for pwd, was being obscured by exception catching and fa...Brian Coca2015-10-011-0/+1
* Remove tmp as a parameter to the connection pluginsToshio Kuratomi2015-09-241-7/+7
* Revert "set_fact should put facts in the fact_cache, not vars_cache"James Cammarata2015-09-111-22/+1
* set_fact should put facts in the fact_cache, not vars_cacheJames Cammarata2015-09-091-1/+22
* Do not escape backslashes when processing a template file.Toshio Kuratomi2015-09-031-1/+1
* Properly assign the searchpath for templates to the environment loaderJames Cammarata2015-09-011-3/+7
* made sure they all look in files/vars/template dirs also when executed in pla...Brian Coca2015-08-161-1/+1
* Use ansible_python_interpreter value for remote checksumsJames Cammarata2015-08-151-4/+4
* Fix jinja2 template search pathingJames Cammarata2015-08-041-0/+5
* fixed diff output to be as it was in 1.x, copy and template now use the sameBrian Coca2015-07-261-15/+6
* Fixing logic in template.py to not assume 'changed' is in the resultJames Cammarata2015-07-261-1/+1
* Fix syntax error in action plugin template.pyJames Cammarata2015-07-261-1/+1
* started implementing diffBrian Coca2015-07-261-30/+37
* Add flag to template() so data is not converted to a datastructureJames Cammarata2015-07-221-1/+1
* Moving ConnectionInformation -> PlayContextJames Cammarata2015-07-211-1/+1
* Merge pull request #11604 from bcoca/faf_deprecated_fixesBrian Coca2015-07-181-17/+2
|\
| * fixed first_available_found for template, refactored into common functionBrian Coca2015-07-151-17/+2
* | Make sure files loaded by template action are decoded properlyJames Cammarata2015-07-161-14/+14
|/
* Fix first_available_file: support for copy and template actionsJames Cammarata2015-07-081-1/+1
* Readd logic for ansible_managed to template action pluginJames Cammarata2015-07-071-0/+32
* Fixing up some check-mode stuffJames Cammarata2015-07-011-16/+0
* Fix "AttributeError: 'ActionModule' object has no attribute '_shell'"Pierre-Louis Bonicoli2015-07-011-2/+2
* added first_found to templateBrian Coca2015-06-131-26/+22
* Fixing ansible_*_interpreter useJames Cammarata2015-06-041-2/+2
* Fixing filter plugins directory from switchJames Cammarata2015-05-041-3/+1
* Making the switch to v2James Cammarata2015-05-031-0/+186