summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook/block.py
Commit message (Expand)AuthorAgeFilesLines
* [stable-2.14] Ensure that we do not squash keywords in validate (#79049) (#79...Matt Martz2022-10-061-2/+4
* Omit full fix (#79024)Brian Coca2022-10-061-2/+8
* Move handler processing into new PlayIterator state (#77955)Martin Krizek2022-08-161-0/+18
* Python 3.9 min for controller (#77566)Matt Martz2022-07-201-2/+2
* `FieldAttribute`s as descriptors (#73908)Martin Krizek2022-06-291-18/+17
* fix block var inheritance (#75287)Brian Coca2022-01-311-1/+3
* Fix notify on import_tasks (#73572)Brian Coca2021-03-031-1/+2
* Add implicit role_complete block instead of role._eor (#72208)Martin Krizek2020-12-091-6/+0
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein2020-11-031-2/+3
* Allow meta tasks to use tags (#67508)Sloane Hertel2020-08-211-1/+1
* Do not keep empty blocks after tag filtering (#69987)Martin Krizek2020-06-101-1/+3
* Prevent rewriting nested Block's data in filter_tagged_tasks (#68337)Martin Krizek2020-04-211-1/+2
* become mixin is no more (#54002)Brian Coca2019-04-121-2/+1
* Collection content loading (#52194)Matt Davis2019-03-281-1/+2
* Become plugins (#50991)Matt Martz2019-02-111-5/+4
* Fieldattribute inheritance with defaults (#50891)Matt Martz2019-01-231-16/+11
* Do not use mutable defaults in FieldAttribute, instead allow supplying a call...Matt Martz2018-10-121-3/+3
* remove default from delegate_facts to inherit (#45492)Brian Coca2018-10-101-1/+1
* Validate that rescue and always have an accompanying block. Fixes #26751 (#41...Matt Martz2018-06-221-0/+6
* Skip self._parent on dynamic, defer to grandparent for attr lookup (#38827)Matt Martz2018-04-161-5/+12
* Attempt 4: Prevent reparenting a block with itself (#38747)Matt Martz2018-04-161-15/+14
* Prevent reparenting a block with itself (#36075)Matt Martz2018-02-131-1/+13
* Don't use getattr in _get_parent_attribute to avoid recursion issues (#33595)James Cammarata2018-01-051-14/+21
* normalize namesBrian Coca2017-12-111-1/+0
* removed unusedBrian Coca2017-12-061-1/+0
* Fix conditional inheritance on dynamic includes (tasks and roles) (#30178)James Cammarata2017-09-131-5/+14
* Try to show original exception info for yaml (and other) errors (#24468)Adrian Likins2017-06-091-6/+6
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-17/+17
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-2/+2
* fix environment validation, make setup exceptionBrian Coca2017-04-121-1/+1
* E1 legacy pep8 fixes (#21933)Matt Martz2017-03-211-3/+3
* moved any_errors_fatal to base (#21585)Brian Coca2017-03-021-1/+0
* Update any_errors_fatal field attributes in block/task to match playJames Cammarata2017-02-171-1/+1
* delegate_to is a stringBrian Coca2017-02-101-1/+1
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-2/+2
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-271-5/+5
* Reworking the way end of role detection is doneJames Cammarata2017-01-181-0/+6
* Add `name` field for BlocksJames Cammarata2016-11-151-5/+9
* Add option to prepend inherited attributes when extending valuesJames Cammarata2016-11-141-5/+5
* Don't copy the parent block of TaskIncludes when loading staticallyJames Cammarata2016-11-111-11/+3
* Fix uninitialized variable in deserialize method (#18037)Thilo Uttendorfer2016-10-201-1/+1
* Some further cleanup in the meta branchJames Cammarata2016-08-311-39/+42
* Selectively assign the getter for better performanceJames Cammarata2016-08-311-3/+3
* Meta meta metaJames Cammarata2016-08-311-11/+3
* Several fixes for includesJames Cammarata2016-08-111-0/+16
* Validate new blocks during copyJames Cammarata2016-08-101-0/+1
* Move tasks/blocks to a single parent modelJames Cammarata2016-08-081-65/+55
* Performance improvementsJames Cammarata2016-08-081-5/+5
* Fixing issues with getattr caused by 5a3493bJames Cammarata2016-06-241-2/+2
* Remove unnecessary role initialization and lookup stuffJames Cammarata2016-06-231-3/+0