summaryrefslogtreecommitdiff
path: root/lib/ansible/executor
Commit message (Expand)AuthorAgeFilesLines
* Use templated loop_var/index_var when looping include_* (#58866)Martin Krizek2019-07-161-0/+1
* [stable-2.8] Create new instance of the action plugin per until iteration. Fi...Matt Martz2019-06-201-0/+1
* Not native, but text (#55676) (#56935)Brian Coca2019-06-031-4/+3
* [stable-2.8] Plugin paths need to be sent in exectutor, too (#57126)Nathaniel Case2019-06-031-66/+76
* Always keep subset data for callbacks (#56881)Brian Coca2019-05-241-8/+12
* psrp - Fix raw and script tests for connection plugin (#55357)Jordan Borean2019-04-171-1/+1
* ensure facts marked as unsafe (#55326)Brian Coca2019-04-161-4/+6
* module_utils fixes in collections (#55118)Matt Davis2019-04-102-6/+30
* Windows pslint: Re-enable PSPossibleIncorrectComparisonWithNull (#55065)Dag Wieers2019-04-101-1/+1
* Don't pollute include_variables (#54687)Matt Martz2019-04-091-5/+5
* Collection content loading (#52194)Matt Davis2019-03-283-53/+127
* Expose loop_control.loop_var as ansible_loop_var (#54240)Matt Martz2019-03-261-0/+3
* Avoid WorkerProcess._new_stdin FD sharing (#51623) (#51624)dw2019-03-261-19/+30
* Remove "legacy" code from PlayIterator (#53754)Martin Krizek2019-03-251-4/+6
* fixes for stripping (#52930)Brian Coca2019-03-121-1/+9
* Use unicode string for auto interpreter warnings (#53671)Jordan Borean2019-03-121-29/+29
* Add support for ansible-test --coverage-check. (#53573)Matt Clay2019-03-111-7/+27
* Configurable and parallel gather facts (#49399)Brian Coca2019-03-081-2/+2
* interpreter discovery message tweaks (#53155)Matt Davis2019-02-281-11/+11
* Python interpreter discovery (#50163)Matt Davis2019-02-274-6/+286
* Ensure play order is obeyed (#49897)Brian Coca2019-02-272-2/+2
* Revert Clear failed state in always only if we did rescue (#52968)Jordan Borean2019-02-261-1/+1
* better error for bad module options (#52726)Brian Coca2019-02-251-1/+4
* Clear failed state in always only if we did rescue (#52829)Martin Krizek2019-02-251-1/+1
* Add stats on rescued/ignored tasks (#48418)Martin Krizek2019-02-201-1/+5
* Allow setting resource.RLIMIT_NOFILE in modules (#51989)Matt Clay2019-02-151-0/+31
* Fix pycodestyle E117 issues.Matt Clay2019-02-131-3/+3
* Become plugins (#50991)Matt Martz2019-02-113-30/+76
* Pass number of forks to TQM from CLI/config (#51669)Martin Krizek2019-02-051-2/+7
* Avoid accidental fork bombs due to try/except (#51633) (#51636)dw2019-02-041-0/+33
* Fix performance issue with large task retries. (#51581)Matt Clay2019-01-311-1/+2
* added unsafe toggle to vars_prompt (#49219)Brian Coca2019-01-301-2/+5
* faster config loading (#48333)Brian Coca2019-01-231-0/+5
* Remove unnecessary calls to cache_block_tasks noop (#50715)Martin Krizek2019-01-171-5/+0
* Clarify clear facts (#50667)Brian Coca2019-01-151-1/+1
* Close all open filehandle (#50544)Abhijeet Kasurde2019-01-111-1/+2
* tqm._initialize_notified_handlers() is noop now (#50713)Martin Krizek2019-01-091-23/+0
* avoid x2 setting of set_fact when 'cacheable' (#50564)Brian Coca2019-01-081-1/+1
* Handle exception raised in recursive_finder API (#49590)Abhijeet Kasurde2019-01-041-1/+4
* Save the command line arguments into a global contextToshio Kuratomi2019-01-032-17/+20
* Allow persistent connection plugins to queue messages back to ansible-connect...Nathaniel Case2018-12-191-2/+10
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-2/+2
* win become: refactor and add support for passwordless become (#48082)Jordan Borean2018-12-121-10/+17
* Remove cliconf from httpapi connection (#46813)Nathaniel Case2018-12-111-3/+3
* Consolidate handler tracking (#49338)Matt Martz2018-12-111-26/+0
* Add info about loop based on jinja2 loop var (#42134)Matt Martz2018-12-071-0/+24
* Make squash deprecation messages less misleading (#49551)Matt Martz2018-12-061-2/+11
* Set play context on stdout callback plugin (#35910)Monty Taylor2018-11-291-0/+4
* split PS wrapper and payload (CVE-2018-16859) (#49142)Matt Davis2018-11-265-12/+25
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-206-32/+14