summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook/included_file.py
Commit message (Expand)AuthorAgeFilesLines
* deprecated include (#71262)Brian Coca2021-04-151-0/+3
* Allow for searching handler subdir for included tasks (#73809)David Shrewsbury2021-03-151-49/+53
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein2020-11-031-2/+3
* Fix IncludedFile equality check (#69524)Alex Schultz2020-06-041-0/+1
* Fix extended loop_control with includes (#61231)Strahinja Kustudic2019-08-271-0/+2
* Use templated loop_var/index_var when looping include_* (#58866)Martin Krizek2019-07-101-5/+2
* Don't pollute include_variables (#54687)Matt Martz2019-04-091-14/+19
* Give IncludedFile more context via ansible_search_path (#50045)Matt Martz2019-01-031-2/+21
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Support item label in v2_playbook_on_include (#42478)Matt Martz2018-07-091-0/+4
* Don't ignore a duplicate host for an already processed include (#40361)Matt Martz2018-06-081-7/+21
* Revert #39365, improve error messaging (#41208)Matt Martz2018-06-071-2/+0
* remove properties from vars in include_role (#38968)Brian Coca2018-05-011-2/+2
* Use the computed role name instead of 'role'. Fixes #38838 (#39516)Matt Martz2018-04-301-1/+1
* Update TaskInclude _raw_params with the expanded/templated path to file (#39...Matt Martz2018-04-261-0/+2
* Cache task_vars to speed up IncludedFile.process_include_results (#39026)Matt Martz2018-04-201-1/+6
* Consider parent also when comparing IncludedFile (#37083)Matt Martz2018-04-181-1/+1
* Fix name parameter templating in include_role module (#36372)Phil Nelson2018-03-201-4/+5
* Add support for defining index var for task loopsAndrew Gaffney2018-02-051-0/+4
* FIX: multiple nested tasks include levels (#35165)kiorky2018-01-311-1/+10
* removed unused objects from include results procBrian Coca2018-01-041-7/+1
* simpler loop_control defaults (#34008)Brian Coca2017-12-211-1/+1
* Additionally template args in role_include that affect role loading (#33386)James Cammarata2017-11-301-0/+11
* Correctly create include_role blocks when using loops (#30372)James Cammarata2017-09-141-45/+49
* Properly copy the role path when the IncludeRole object is copiedJames Cammarata2017-08-041-4/+4
* Don't use _raw_params for IncludeRole objects (#26601)James Cammarata2017-07-201-1/+5
* Template parent include path before finding its dirname (#23202)Phil Nelson2017-06-081-1/+1
* Imports and includes (#25399)James Cammarata2017-06-061-1/+1
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-4/+5
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-2/+1
* Move tasks/blocks to a single parent modelJames Cammarata2016-08-081-6/+11
* Performance improvementsJames Cammarata2016-08-081-7/+7
* Make the loop variable (item by default) settable per taskJames Cammarata2016-04-191-2/+5
* Add options to make includes 'static'James Cammarata2016-03-241-0/+3
* Make sure we're using the original host when processing include resultsJames Cammarata2015-12-161-4/+11
* Preserve the cumulative path for checking includes which have parentsJames Cammarata2015-12-161-2/+7
* Fix tag filtering on included files and add more debuggingJames Cammarata2015-11-161-0/+6
* allow include: directive to work during exception processingLars Kellogg-Stedman2015-10-221-2/+0
* Fixing bug in includes caused by 892d9b8James Cammarata2015-10-201-2/+2
* Don't assume handlers exist in the same role (if any)James Cammarata2015-09-291-1/+1
* Fix test of whether a result has a failed hostToshio Kuratomi2015-09-251-1/+2
* Make sure include paths are templated before dwim in case they're absoluteJames Cammarata2015-09-111-3/+5
* Template parent include file pathsJames Cammarata2015-08-131-10/+9
* Adjust relative include searches when roles are involvedJames Cammarata2015-08-121-4/+9
* Fixing bugs in include + loopsJames Cammarata2015-08-111-1/+3
* Fix relative paths for included filesJames Cammarata2015-08-031-2/+18
* Fixing includes where the included file is "{{item}}"James Cammarata2015-07-061-1/+9
* Moving included file stuff to a proper dedicated class and file (v2)James Cammarata2015-05-281-0/+79