Matt Martz
Matt Martz
This should be pretty easy. At a minimum: ```diff diff --git a/lib/ansible/executor/task_executor.py b/lib/ansible/executor/task_executor.py index d027dfaeef..007e60ba6f 100644 --- a/lib/ansible/executor/task_executor.py +++ b/lib/ansible/executor/task_executor.py @@ -621,6 +621,7 @@ class TaskExecutor: display.debug("starting attempt loop") result...
As of yesterday I have started working on some multipart changes including this.
This is not entirely true. There are still places where `with_` is recommended over using `loop`. `with_XXX` should not be converted to a `loop` if you just have to call...
@ingydotnet Testing with `Dumper=yaml.Dumper` and `Dumper=yaml.CDumper` seems to produce the same result.
Output formats cannot be changed in a minor version, and I have no plans at this time to release a 3.0. If you want more information, please use the `--json`...
!component =lib/ansible/plugins/cache/jsonfile.py
Likely caused by https://github.com/ansible/ansible/commit/357ca6394e713a8a4b477bdf2b7b871f38c51364
Thank you very much for your interest in Ansible. As indicated in the pull request, adding concurrent downloading of roles is not something we plan to implement nor accept. You...
As of now, we only handle lock issues when interacting with the cache via the python API. However, we likely need to pass `-o DPkg::Lock::Timeout=` via all CLI operations too.