summaryrefslogtreecommitdiff
path: root/lib/ansible/executor/play_iterator.py
Commit message (Expand)AuthorAgeFilesLines
* Fixing an iteration bug introduced by fed079e4fix_playiterator_bugJames Cammarata2017-01-041-13/+36
* Fix role completion detection problemJames Cammarata2017-01-031-3/+48
* Fix key lookup in gather facts flag.Arne Demmers2017-01-031-1/+1
* unified boolean functionBrian Coca2016-11-291-3/+1
* Reworking iterator logic regarding failed states during alwaysJames Cammarata2016-11-161-2/+8
* restore play_hosts variables to not show removedBrian Coca2016-11-081-0/+1
* added 'friendly' name to fact gatheringBrian Coca2016-11-071-0/+1
* Don't mark parent role complete for nested include_role callsJames Cammarata2016-10-141-1/+11
* Check for substates in is_failed before checking main state failureissue_17882James Cammarata2016-10-041-5/+5
* fix fact gathering flagBrian Coca2016-09-301-1/+1
* Take ITERATING_ALWAYS into account when setting failed state in PlayIteratorissue_15963_include_blocks_bugJames Cammarata2016-09-201-0/+2
* Cache tasks by uuid in PlayIterator for O(1) lookupsJames Cammarata2016-08-101-40/+22
* Move tasks/blocks to a single parent modelJames Cammarata2016-08-081-2/+2
* Performance improvementsJames Cammarata2016-08-081-1/+7
* make timeout decorator for facts have a configurable duration (#16551)jctanner2016-07-081-0/+6
* Determine failed hosts with _check_failed_state() (#16566)Martin Matuska2016-07-051-1/+1
* FEATURE: handler listenersJames Cammarata2016-06-201-3/+0
* Create state in PlayIterator for unknown hosts rather than raise errorsJames Cammarata2016-06-071-4/+7
* Merge pull request #15747 from larsks/bug/15744James Cammarata2016-05-121-4/+4
|\
| * do not erroneously set gathered_facts=TrueLars Kellogg-Stedman2016-05-051-4/+4
* | Simply being in an always block shouldn't mean a host did not failJames Cammarata2016-05-111-2/+1
* | Fixing bugs in strategiesJames Cammarata2016-05-061-6/+5
|/
* Fixing the way we iterate over child states for tasksJames Cammarata2016-04-251-8/+8
* Fix --start-at-task which was broken by the setup task revampJames Cammarata2016-03-251-14/+20
* Make ohai and facter work via module_utils Fact classes rather than in the se...Toshio Kuratomi2016-03-141-10/+0
* Add a way to restrict gathered facts in Ansible:Yannig Perré2016-03-141-1/+20
* Fixing PlayIterator bugsJames Cammarata2016-03-091-60/+93
* Updating unit tests for PlayIteratorJames Cammarata2016-03-071-7/+24
* Fixing bugs related to nested blocks inside rolesJames Cammarata2016-02-121-4/+8
* Merge pull request #14280 from bcoca/always_tag_setupBrian Coca2016-02-051-0/+1
|\
| * tag the setup task with alwaysBrian Coca2016-02-021-0/+1
* | Fixing bugs in play iteration and strategiesJames Cammarata2016-02-031-10/+11
|/
* Don't mark host as having gathered facts when peeking at next taskJames Cammarata2016-02-021-1/+2
* Make sure setup tasks inherit properly from their parent playJames Cammarata2016-01-291-34/+48
* Fixing role dependency chain creationJames Cammarata2016-01-221-1/+12
* Don't clear start at task flag until all hosts are advancedJames Cammarata2016-01-181-23/+28
* When setting fail state skip RESCUE/ALWAYS if cur_block doesn't have themJames Cammarata2016-01-111-2/+10
* Tweak how strategies evaluate failed hosts via the iterator and bug fixesJames Cammarata2016-01-021-3/+43
* Fix logic in PlayIterator when inserting tasks during rescue/alwaysJames Cammarata2015-12-201-1/+1
* Minor tweak and comment addition to 974a0ce3James Cammarata2015-12-021-4/+2
* Let PlayIterator.add_tasks accept empty task listsChristoph Dittmann2015-12-021-0/+3
* Cleanup some include logicJames Cammarata2015-10-281-0/+3
* Also consider the full role name when searching for --start-at-taskJames Cammarata2015-10-271-1/+2
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-161-2/+2
* Remember if we already skipped tasks via --start-at-taskJames Cammarata2015-09-301-2/+6
* Fix typo in 049a48fJames Cammarata2015-09-111-3/+3
* Test state.tasks_child_state before dereferencingAbhijit Menon-Sen2015-09-111-3/+3
* Set hosts fact gathering flag based on fact cache entriesJames Cammarata2015-09-031-1/+5
* Fix two PlayIterator bugsJames Cammarata2015-09-031-3/+16
* Replace .iteritems() with six.iteritems()Marius Gedminas2015-09-031-1/+3