summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook/block.py
Commit message (Expand)AuthorAgeFilesLines
* [2.9] Fix missing ansible.builtin FQCNs in hardcoded action names (#72458)Felix Fontein2020-12-071-2/+3
* Do not keep empty blocks after tag filtering (#69987) (#69999)Martin Krizek2020-06-171-1/+3
* 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
* Further tweaks to variable precedence to make it match our docsJames Cammarata2016-06-071-2/+0
* Do not include params when getting role vars in certain situationsJames Cammarata2016-05-111-1/+1
* Fix bugs related to task_includes and dep chain inheritanceJames Cammarata2016-02-131-2/+5
* Fixing bugs related to nested blocks inside rolesJames Cammarata2016-02-121-16/+27
* Fix lookup of parent attribute when parent doesn't have the attrJames Cammarata2016-01-261-13/+8
* Make sure blocks use their parents dependency chainsJames Cammarata2016-01-251-1/+6
* Don't assign both parent blocks and task includes to blocksJames Cammarata2016-01-191-2/+7
* Fix any_errors_fatal incorrect implementation in 2.0James Cammarata2016-01-151-0/+11
* Revert "avoid persistent containers in attribute defaults"Brian Coca2015-12-091-3/+3
* avoid persistent containers in attribute defaultsBrian Coca2015-12-091-3/+3