summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook
Commit message (Expand)AuthorAgeFilesLines
* Only check if play.hosts is a template when the play hasn't been finalized (#...Matt Martz2021-04-191-0/+4
* Prevent traceback when task depth exceeds python recursion depth (#73999)Matt Martz2021-04-151-1/+5
* deprecated include (#71262)Brian Coca2021-04-151-0/+3
* [playbook/play.py] Increase error test coverage (#74217)Rick Elrod2021-04-131-2/+2
* [conditional] Remove support for bare variables (#74208)Rick Elrod2021-04-131-12/+1
* [playbook] error on empty, error on 'include' (remove two deprecations) (#74172)Rick Elrod2021-04-092-9/+6
* removed task parameters (#74154)Brian Coca2021-04-082-14/+4
* Fix trailing whitespace in Conditional debug() (#73956)Alex Willmer2021-03-231-1/+1
* Ensure task from the worker is finalized/squashed (#73881)Matt Martz2021-03-161-0/+7
* Allow for searching handler subdir for included tasks (#73809)David Shrewsbury2021-03-151-49/+53
* Fix notify on import_tasks (#73572)Brian Coca2021-03-031-1/+2
* finish migrating ssh plugin to config system (#73708)Brian Coca2021-03-031-15/+2
* Remove warning about role validation with deps (#73653)David Shrewsbury2021-02-181-5/+0
* Add rolespec_validate to import/include_role (#73589)David Shrewsbury2021-02-122-6/+9
* Role arg spec validation implementation (#73152)David Shrewsbury2021-02-121-0/+64
* only add data when there is data to add (#54559)Brian Coca2021-02-112-17/+41
* Consolidate filters/tests handling into JinjaPluginIntercept (#71463)Martin Krizek2021-01-211-6/+2
* Add support for argument_specs attribute to RoleMetadata class (#73120)David Shrewsbury2021-01-071-0/+1
* galaxy: handle plus sign in user token appearing in role url (#73057)Abhijeet Kasurde2021-01-061-3/+1
* import_playbook - change additional params to deprecation (#72987)Sam Doooran2020-12-171-1/+2
* Add implicit role_complete block instead of role._eor (#72208)Martin Krizek2020-12-092-9/+20
* Provide better decryption errors for single vault values (#72362)Matt Martz2020-11-182-2/+2
* Fix task get_name to always prepend the role name (#72511)Sloane Hertel2020-11-061-1/+1
* remove redundant remote_user for local settingBrian Coca2020-11-051-6/+1
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein2020-11-038-28/+36
* added timeout options to adhoc and console (#71230)Brian Coca2020-10-301-1/+1
* run playbook from collections (#67435)Brian Coca2020-10-281-4/+26
* Allow meta tasks to use tags (#67508)Sloane Hertel2020-08-211-1/+1
* allow per conditonal item debugging (#70966)Brian Coca2020-08-191-12/+20
* Improve proposed fix for bare variables (#70687)Tatsunori Uchino2020-08-191-2/+4
* Make it so callback plugins can act on implicit/explicit meta tasks (#71009)Rick Elrod2020-08-182-0/+10
* 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