summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/strategy/linear.py
Commit message (Expand)AuthorAgeFilesLines
* New feature: add new meta action `end_play`feature_1476James Cammarata2016-07-081-1/+4
* Expand return code values returned by TQM and strategiesJames Cammarata2016-06-081-4/+8
* More playbook executor compatibility fixesJames Cammarata2016-05-181-1/+1
* Re-remove checking for failed state on hosts when building list of hostsJames Cammarata2016-05-181-1/+1
* Don't let max_fail_percentage affect future plays.Vincent Roy2016-05-181-1/+1
* Handle max_fail_percentage per task.Vincent Roy2016-05-181-0/+13
* Backward compatibility execution failures with 1.9Vincent Roy2016-05-181-2/+2
* Fixing bugs in strategiesJames Cammarata2016-05-061-1/+1
* Don't fail hosts when using any_errors_fatal when ignoring errorsJames Cammarata2016-05-011-1/+1
* Fixing the way we iterate over child states for tasksJames Cammarata2016-04-251-1/+1
* fix TypeError: coercing to Unicode: need string or buffer, AnsibleParserError...qqo2016-03-171-1/+2
* Fixing bugs related to nested blocks inside rolesJames Cammarata2016-02-121-1/+1
* Handle run_once scenarios in the free strategyJames Cammarata2016-02-051-2/+2
* Make sure run_once tasks also set any_errors_fatal so all hosts failJames Cammarata2016-02-051-5/+5
* Fixing bugs in play iteration and strategiesJames Cammarata2016-02-031-2/+1
* Fix bug with any_errors_fatal where task was not availableJames Cammarata2016-01-211-1/+7
* Template the run_once value in the linear strategy as we use it thereJames Cammarata2016-01-201-3/+3
* Fix incorrect handling of any_errors_fatal in the linear strategyJames Cammarata2016-01-201-5/+12
* Fix any_errors_fatal incorrect implementation in 2.0James Cammarata2016-01-151-0/+12
* Don't drop noops from task counting code in linear strategyJames Cammarata2016-01-061-6/+0
* linear strategy: don't look at tasks from the next blockTomasz Kontusz2016-01-061-10/+23
* Tweak how strategies evaluate failed hosts via the iterator and bug fixesJames Cammarata2016-01-021-2/+3
* Make sure we're using the original host when processing include resultsJames Cammarata2015-12-161-2/+8
* Changing the way workers are forkedJames Cammarata2015-12-111-1/+4
* Fix tag filtering on included files and add more debuggingJames Cammarata2015-11-161-3/+21
* Reduce spinning while waiting on queuesJames Cammarata2015-11-121-3/+0
* Finish up plugin porting to global displayToshio Kuratomi2015-11-111-13/+14
* Add variable compression optionJames Cammarata2015-11-051-0/+3
* Fixing up performanceJames Cammarata2015-11-051-1/+1
* Make handlers obey run_once (or BYPASS_HOST_LOOP)James Cammarata2015-10-301-1/+0
* Cleanup some include logicJames Cammarata2015-10-281-14/+18
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-161-1/+1
* corrected all missing paths changesBrian Coca2015-09-151-1/+1
* normalized plugin paths and names and configsBrian Coca2015-09-151-0/+310