summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook/task.py
Commit message (Expand)AuthorAgeFilesLines
* added versions to dep notices (#24019)Brian Coca2017-04-271-1/+1
* removed debug printBrian Coca2017-04-131-1/+0
* fix environment validation, make setup exceptionBrian Coca2017-04-121-19/+34
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+1
* 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
* refactoring asyncBrian Coca2017-02-061-1/+1
* minor spelling changesCarlos E. Garcia2016-12-131-1/+1
* Performance improvement using in-operator on dictsDag Wieers2016-11-171-2/+2
* Add option to prepend inherited attributes when extending valuesJames Cammarata2016-11-141-2/+2
* Don't copy the parent block of TaskIncludes when loading staticallyJames Cammarata2016-11-111-6/+0
* Fixing parentage of include_role objects for param inheritanceJames Cammarata2016-09-301-1/+1
* removed deprecated first available file from tasks (#17643)Brian Coca2016-09-271-1/+0
* removed deprecated 'bare' templating environment (#17640)Brian Coca2016-09-271-2/+2
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-15/+11
* Don't do parent stuff during serialize if squashed or finalizedJames Cammarata2016-08-311-5/+6
* Some further cleanup in the meta branchJames Cammarata2016-08-311-21/+5
* Meta meta metaJames Cammarata2016-08-311-1/+1
* Several fixes for includesJames Cammarata2016-08-111-0/+5
* Move tasks/blocks to a single parent modelJames Cammarata2016-08-081-62/+47
* Performance improvementsJames Cammarata2016-08-081-3/+4
* fixed lookup search path (#16630)Brian Coca2016-07-131-0/+23
* Prevent loop_control from being inherited via parent includesJames Cammarata2016-07-051-0/+3
* task get_path returns empty string when not in playBrian Coca2016-06-291-2/+4
* Don't modify the original task ds when preprocessing dataJames Cammarata2016-06-281-1/+1
* Fixing issues with getattr caused by 5a3493bJames Cammarata2016-06-241-2/+4
* Track notified handlers by object rather than simply their nameJames Cammarata2016-06-201-1/+1
* Revert "don't tempalte register"James Cammarata2016-06-071-7/+0
* Reworking retry/until logic to fix bugsJames Cammarata2016-05-131-1/+1
* Make the loop variable (item by default) settable per taskJames Cammarata2016-04-191-0/+12
* Revert "Removing explicit setting of failed/failed_when"James Cammarata2016-03-101-3/+3
* Removing explicit setting of failed/failed_whenJames Cammarata2016-03-101-3/+3
* make all conditionals listsBrian Coca2016-03-091-3/+3
* better task parsing errorsBrian Coca2016-03-031-3/+7
* don't tempalte registerBrian Coca2016-03-021-0/+7
* Make task repr really work for meta tasks.夏恺(Xia Kai)2016-03-011-1/+1
* fix incorrect environment processingBrian Coca2016-02-011-5/+15
* Fix lookup of parent attribute when parent doesn't have the attrJames Cammarata2016-01-261-5/+1
* Revert "Properly look for parent become attribute"James Cammarata2016-01-191-1/+1
* Properly look for parent become attributeJames Cammarata2016-01-191-1/+1
* Fix any_errors_fatal incorrect implementation in 2.0James Cammarata2016-01-151-8/+11
* Fixing bugs in conditional testing with until and some integration runner tweaksJames Cammarata2015-12-191-1/+1
* Remove args from get_name() as we can't tell if any of the args are no_logToshio Kuratomi2015-12-191-3/+2
* Fixing bugs with {changed,failed}_when and until with registered varsJames Cammarata2015-12-181-0/+21
* Revert "avoid persistent containers in attribute defaults"Brian Coca2015-12-091-1/+1
* avoid persistent containers in attribute defaultsBrian Coca2015-12-091-1/+1
* Fix typo from 5ae850cJames Cammarata2015-12-081-1/+1
* Make fact delegating configurable, defaulting to 1.x behaviorJames Cammarata2015-12-081-0/+1
* More meaningful string representation for meta tasks (like 'noop' and 'flush_...Nils Steinger2015-12-051-1/+4
* Fix include param precedence in variable managerJames Cammarata2015-11-191-0/+8