summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook
Commit message (Expand)AuthorAgeFilesLines
* Add a 'machinectl shell' become_method (#39826)Antoine Pietri2018-05-251-0/+5
* always_run: removed deprecated always_run task option (#40470)Jordan Borean2018-05-232-6/+0
* Deprecate private for include_role (#39821)Matt Martz2018-05-081-0/+6
* fix 'doas' become_method support, previously committed patch not submitted to...Jeffrey Forman2018-05-071-1/+1
* Add IncludeRole.get_name to provide better name for include_role. Fixes #3634...Matt Martz2018-05-071-0/+4
* Pass obj=data to AnsibleParserError for context in IncludeRole. Fixes #31374 ...Matt Martz2018-05-071-2/+2
* Allow using action/local_action on includes and imports (#37260)Matt Martz2018-05-041-8/+21
* rebase base playbook base (#39533)Brian Coca2018-05-032-36/+38
* Ensure we don't overwrite handlers from include_role when loading a play. Fix...Matt Martz2018-05-011-1/+5
* remove properties from vars in include_role (#38968)Brian Coca2018-05-011-2/+2
* Pass vars from import_playbook in early (#39521)Matt Martz2018-04-304-6/+8
* Remove unneeded imports in load_list_of_blocks (#39523)Matt Martz2018-04-301-2/+0
* Use the computed role name instead of 'role'. Fixes #38838 (#39516)Matt Martz2018-04-301-1/+1
* Ensure handlers have proper parent (#39426)Matt Martz2018-04-272-2/+4
* Update TaskInclude _raw_params with the expanded/templated path to file (#39...Matt Martz2018-04-261-0/+2
* Actually check for import_role when loop detected (#39218)Martin Krizek2018-04-251-1/+1
* Use https for links to ansible.com domains.Matt Clay2018-04-231-1/+1
* 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
* Add support for dzdo flags Fixes #38766Mat Wilson2018-04-161-2/+2
* Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827)Matt Martz2018-04-165-16/+24
* Attempt 4: Prevent reparenting a block with itself (#38747)Matt Martz2018-04-162-18/+15
* better error when wrong type passed to import_play (#36592)Brian Coca2018-04-121-2/+4
* actual error reporting on failed galaxy clone (#36788)Brian Coca2018-04-101-29/+26
* Allow loading dirs from role defaults/vars (#36357)Andrew Gaffney2018-04-101-36/+24
* Support for module param defaults (#22648)Andrew Gaffney2018-04-051-0/+3
* Use correct action in warning about missing nameMartin Krizek2018-03-291-2/+2
* Don't overwrite builtin jinja2 filters with tests (#37881)Matt Martz2018-03-261-1/+1
* Fix name parameter templating in include_role module (#36372)Phil Nelson2018-03-201-4/+5
* Fix redundant yaml error blurbs on ModArgs parse errors (#36923)Adrian Likins2018-03-191-0/+5
* Fixes #12353 #20977 adds new option to galaxy cli to preserve scm meta (#34642)Leigh Jenkin2018-02-211-9/+17
* fix loop_control templating (#36124)Brian Coca2018-02-141-0/+1
* Prevent reparenting a block with itself (#36075)Matt Martz2018-02-131-1/+13
* Address memory ballooning caused by task caching changes (#35921)Matt Martz2018-02-081-20/+29
* caller to preprocess must be None aware (#33653)Brian Coca2018-02-081-16/+17
* add 'never' tag (#34104)Brian Coca2018-02-071-7/+8
* remove runtime msg alsoBrian Coca2018-02-071-3/+0
* Add support for defining index var for task loopsAndrew Gaffney2018-02-052-0/+5
* Use value of delegated transport for var lookup (#35658)Martin Krizek2018-02-021-3/+3
* FIX: multiple nested tasks include levels (#35165)kiorky2018-01-311-1/+10
* Temporary (#31677)Brian Coca2018-01-151-2/+0
* Provide a way to explicitly invoke the debugger (#34006)Matt Martz2018-01-091-0/+9
* Don't use getattr in _get_parent_attribute to avoid recursion issues (#33595)James Cammarata2018-01-056-53/+52
* removed unused objects from include results procBrian Coca2018-01-041-7/+1
* simpler loop_control defaults (#34008)Brian Coca2017-12-212-3/+3
* lookup templated value of a var (#32772)Brian Coca2017-12-191-1/+1
* normalize namesBrian Coca2017-12-115-4/+2
* removed unusedBrian Coca2017-12-061-1/+0
* Make include_x inheritance more congruent with docs (#32769)Brian Coca2017-11-306-5/+17
* Additionally template args in role_include that affect role loading (#33386)James Cammarata2017-11-301-0/+11