summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook
Commit message (Expand)AuthorAgeFilesLines
* Raise Warning when import_playbook receives additional parameters (#64156)Kshitij Chawla2020-06-101-1/+5
* Do not keep empty blocks after tag filtering (#69987)Martin Krizek2020-06-101-1/+3
* support hard coded module_defaults.yml groups for collections (#69919)Sloane Hertel2020-06-091-0/+14
* Deprecation revisited (#69926)Felix Fontein2020-06-095-10/+18
* Auto unroll generators produced by jinja filters (#68014)Matt Martz2020-06-081-2/+2
* Fix IncludedFile equality check (#69524)Alex Schultz2020-06-041-0/+1
* Add support to install collections from git repositories (#69154)Sloane Hertel2020-05-291-64/+2
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-285-10/+10
* collection routing (#67684)Matt Davis2020-05-265-10/+10
* added 'task timeout' feature (#69284)Brian Coca2020-05-191-0/+1
* Cleanup for Python 3.9 and pycodestyle compat.Matt Clay2020-05-141-1/+1
* fix delegation vars usage (debug still shows inventory_hostname) (#69244)Brian Coca2020-05-141-1/+1
* Validate args for includes in handlers too (#57537)Martin Krizek2020-05-122-4/+20
* Remove left hand side slicingToshio Kuratomi2020-05-061-2/+2
* Be strict about what is a boolean for keywords (#67625)Brian Coca2020-04-281-1/+1
* Make sure collection is a list if a str is given (#69081)David Shrewsbury2020-04-282-15/+18
* Allow a collection role to call a standalone role by default (#69102)Matt Martz2020-04-221-4/+5
* Prevent rewriting nested Block's data in filter_tagged_tasks (#68337)Martin Krizek2020-04-211-1/+2
* include_role: Strictly check string datatype for *_from (#68958)Abhijeet Kasurde2020-04-171-1/+5
* Force collections to be static (#68723)David Shrewsbury2020-04-131-1/+15
* Allow tasks to notify a fqcn handler name (#68213)Matt Martz2020-04-083-10/+20
* Clean up CONDITIONAL_BARE_VARS warning. Fixes #67735 (#67751)Matt Martz2020-02-251-2/+2
* Fix incorrect "Could not match supplied host pattern" warning (#66764) (#67432)Vasili2020-02-141-1/+1
* Make get_bin_path() always raise an exception (#56813)Sam Doran2020-01-301-1/+1
* RoleRequirement - Include stderr in the error message (#66006)Sloane Hertel2020-01-141-3/+3
* Check if task file is specified for import_tasks (#57572)Abhijeet Kasurde2019-12-241-0/+2
* Throw an error on unsupported vars_prompt keys (#65487)Andrew Gaffney2019-12-051-3/+5
* Ensure `allow_duplicates: true` enables to run single role multiple times (#6...Kiyo Nagamine2019-12-031-5/+3
* Remove extra dot at the end of the sentence (#64149)Alejandro Lazaro2019-10-311-1/+1
* Collection role relative deps (#61517)Matt Davis2019-08-294-10/+35
* T woerner max concurrent (#60702)James Cammarata2019-08-281-0/+1
* default collection support (#61415)Matt Davis2019-08-285-20/+69
* Fix extended loop_control with includes (#61231)Strahinja Kustudic2019-08-271-0/+2
* Template value of debugger and then check for validity (#53587)Jack Parsons2019-08-271-1/+2
* add subdir support to collection loading (#60682)Matt Davis2019-08-211-2/+2
* Move plugin loader playbook dir additions back to Playbook instead of Playboo...Matt Martz2019-08-061-0/+3
* Fix gather facts ignoring gather_subsets config (#59271)Brian Coca2019-07-221-1/+1
* Move common build code from _build_helpers (#55986)Toshio Kuratomi2019-07-161-2/+3
* Use templated loop_var/index_var when looping include_* (#58866)Martin Krizek2019-07-101-5/+2
* role: Fix role's hash_params (#55263)Abhijeet Kasurde2019-07-081-2/+2
* Fix notifying handlers by using an exact match (#55624)Sloane Hertel2019-06-272-49/+54
* Add back _contains_vars method as maybe_template (#58290)Matt Martz2019-06-252-4/+2
* Tests as filters were deprecated, remove unused param (#57796)Martin Krizek2019-06-131-1/+1
* Perf improvement for Templar.is_template (#57489)Matt Martz2019-06-062-3/+3
* improve conditional warnings (#57190)Sloane Hertel2019-06-031-6/+10
* Prevent vars premature templating (#56117)Brian Coca2019-05-231-2/+4
* Improvement on setting VALID_INCLUDE_KEYWORDS on HandlerTaskInclude (#56801)Matt Martz2019-05-221-1/+1
* preserve underlying block building error (#56465)Brian Coca2019-05-221-1/+2
* Raise error in case of empty hosts list in playbook (#56354)Marcin2019-05-211-0/+2
* Templar: encapsulate _available_variables (#55435)Martin Krizek2019-05-202-2/+2