summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook
Commit message (Expand)AuthorAgeFilesLines
* fix using templated values for include/import role FA (#80320) (#80378)Sloane Hertel2023-04-173-3/+5
* Use FAs with inheritance only when applicable (#80026) (#80076)Martin Krizek2023-03-209-53/+52
* Make using blocks as handlers a parser error (#79993) (#80010)Martin Krizek2023-02-161-0/+2
* Replace _valid_attrs with fattributes (#79376) (#79385)Martin Krizek2022-11-161-1/+1
* [stable-2.14] Ensure that we do not squash keywords in validate (#79049) (#79...Matt Martz2022-10-063-5/+9
* Omit full fix (#79024)Brian Coca2022-10-063-14/+34
* Ensure syntax check errors include filenames (#77679)Sorin Sbarnea2022-09-141-3/+4
* post_validate LoopControl (#75715)Martin Krizek2022-09-142-6/+6
* refactor and fixes for doc parsing (#77719)Brian Coca2022-09-011-2/+1
* Move handler processing into new PlayIterator state (#77955)Martin Krizek2022-08-164-0/+47
* Use classproperty to access field attributes of a class (#78180)Martin Krizek2022-07-201-10/+2
* Python 3.9 min for controller (#77566)Matt Martz2022-07-207-20/+19
* Remove unnecessary special case in Role.load_data (#78181)Martin Krizek2022-07-111-11/+1
* `FieldAttribute`s as descriptors (#73908)Martin Krizek2022-06-2918-337/+278
* Add new `loop_control.extended_allitems` option (#75760)Matt Martz2022-06-161-0/+1
* Add toggle to fix module_defaults with module-as-redirected-action on a per-m...Sloane Hertel2022-05-241-3/+7
* validate meta/main.yml dependencies and meta/requirements.yml are both lists ...Sloane Hertel2022-05-191-0/+1
* Restrict role loading .. to role ... (#77683)Brian Coca2022-05-171-1/+6
* Raise a proper error when include/import_role is used as a handler (#77807)Martin Krizek2022-05-171-0/+3
* add link to deprecation warning (#77599)Sandra McCann2022-04-251-1/+3
* Deprecate PlayContext.verbosity (#77507)Sloane Hertel2022-04-211-2/+19
* import_playbook: remove deprecated free form params (#77431)Martin Krizek2022-04-011-14/+2
* 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