summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-0311-11/+11
* fix using templated values for include/import role FA (#80320)Sloane Hertel2023-03-303-3/+5
* Do not double calculate loops and `delegate_to` (#80171)Matt Martz2023-03-232-0/+12
* Raise an error on invalid FA.isa value (#80040)Martin Krizek2023-03-084-14/+7
* Introduce Delegatable and Notifiable mixin classes (#80077)Martin Krizek2023-02-236-21/+31
* Use FAs with inheritance only when applicable (#80026)Martin Krizek2023-02-229-53/+52
* Add condition that causes a when to skip a task to output msg (#78918)Jordan Borean2023-02-151-2/+14
* Make using blocks as handlers a parser error (#79993)Martin Krizek2023-02-141-0/+2
* Remove unneeded fallback code for nested defined/undefined tests (#79960)Martin Krizek2023-02-091-44/+1
* Replace deprecated stacked `@classmethod` and `@property` (#79952)Matt Martz2023-02-091-7/+9
* Clean up unused imports in core (#79900)Matt Clay2023-02-036-10/+3
* Update mypy and its dependencies. (#79812)Matt Clay2023-01-251-1/+1
* Always create new role (#78661)Matt Martz2022-11-292-43/+64
* Fix repr(Task) to check action when testing for a meta task (#79464)Martin Krizek2022-11-291-1/+1
* Replace _valid_attrs with fattributes (#79376)Rabi Mishra2022-11-151-1/+1
* compile role with all parents in the dep chain (#79079)Sloane Hertel2022-10-122-5/+8
* Cache field attributes list on the playbook classes (#79091)Martin Krizek2022-10-111-1/+9
* Ensure that we do not squash keywords in validate (#79049)Matt Martz2022-10-063-5/+9
* fixes to FA inheritance (#78990)Brian Coca2022-10-043-17/+22
* omit keyword should reset to context (#78917)Brian Coca2022-09-301-10/+25
* Deprecate using a list of dicts for vars. See #78920 (#78927)Matt Martz2022-09-291-1/+8
* avoid roles exporting vars: (#69040)Brian Coca2022-09-282-15/+41
* 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