summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook
Commit message (Expand)AuthorAgeFilesLines
* Add toggle to fix module_defaults with module-as-redirected-action on a per-m...Sloane Hertel2022-06-081-3/+7
* Remove collections compat from controller code.Matt Clay2022-03-081-1/+2
* Update include role to match the base class.Matt Clay2022-03-071-4/+4
* Type hint fixes.Matt Clay2022-03-041-1/+1
* Simplify existing type hints.Matt Clay2022-03-031-5/+3
* Fixes for type hinting issues. (#77170)Matt Clay2022-03-011-3/+5
* More informative playbook attribute errors (#77082)Brian Coca2022-02-231-11/+13
* Handle connection dissonance (#77005)Brian Coca2022-02-111-0/+7
* add_host/group_by: fix using changed_when in a loop (#71719)Martin Krizek2022-02-041-0/+8
* fix block var inheritance (#75287)Brian Coca2022-01-311-1/+3
* Track failures in the includes results to avoid special handling of include e...Martin Krizek2022-01-281-0/+2
* enable module defaults for implicit gather_facts (#76053)Brian Coca2022-01-101-0/+2
* Keep pre Python 3.10 literal_eval behavior (#76261)Martin Krizek2021-11-121-6/+1
* Heisen jinja2_native (#75587)Martin Krizek2021-10-272-4/+6
* Start of moving away from six (#75863)Martin Krizek2021-10-217-33/+22
* Revert "Compile role with parents in the task's dependency chain (#75165)" (#...Sloane Hertel2021-09-241-1/+5
* Compile role with parents in the task's dependency chain (#75165)Sloane Hertel2021-09-221-5/+1
* Python 3.8 Controller Minimum (#74013)Matt Martz2021-09-211-4/+2
* Fix unexpected exception when a role has an empty argument_specs.yml (#75604)devon-mar2021-09-101-1/+4
* import_role - support templating _from_files with --extra-vars (#75269)Sloane Hertel2021-08-301-1/+9
* allow vars_files to use dwim (vars/) and vaults (#75526)Brian Coca2021-08-252-36/+40
* Fix when evaluation on Native Jinja and Python 3.10 (#75202)Martin Krizek2021-07-301-2/+9
* Fix resolution of action/module names in module_defaults (#75284)Sloane Hertel2021-07-211-7/+12
* add action_groups support to collections (#74039)Sloane Hertel2021-07-143-14/+216
* Include parent role vars as well as _role_vars (#75034)Sloane Hertel2021-07-061-0/+1
* Add a resolved_action task attribute (#74709)Sloane Hertel2021-06-241-0/+5
* play - validate hosts entries (#74147)Sam Doran2021-06-171-8/+27
* role argspec - tag role argspec validation task with 'always' (#74994)David Shrewsbury2021-06-141-0/+1
* Allow omit to work with include_role from_args (#74879)Matt Martz2021-06-041-0/+5
* Remove deprecated features from ansible.playbook.helpers (#74809)Matt Martz2021-05-253-71/+14
* Remove deprecated PlayContext.make_become_cmd (#74790)Matt Martz2021-05-251-37/+0
* Role argspec: allow new argument spec file (#74582)David Shrewsbury2021-05-111-4/+32
* 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