Alex Willmer

Results 127 issues of Alex Willmer

Ansible-core 2.18: ETA 2024-11-04 Ansible 11: ETA 2024-12-03 Notable changelog entries (so far): - Add python3.13 to the default INTERPRETER_PYTHON_FALLBACK list. - Add a new meta task end_role (https://github.com/ansible/ansible/issues/22286) -...

feature
ansible
affects-0.3

Performing an Ansible ping, with `-vvv` shows that Mitogen is sending the package `ansible.cli` to the target, and many other parts of the Ansible codebase that I would expect to...

bug
importer
performance
affects-0.3

Vanilla Ansible takes 0.42 seconds ``` $ time ANSIBLE_STRATEGY=linear ansible --one-line localhost -mping [WARNING]: No inventory was parsed, only implicit localhost is available localhost | SUCCESS => {"changed": false,"ping": "pong"}...

performance
affects-0.3

E.g. `BRKINT` is specified twice https://github.com/mitogen-hq/mitogen/blob/b8b15580af509830eb2b53fd86242345aaf3def7/mitogen/parent.py#L249-L256 Discovered during review of #1089

bug
affects-0.3

Seen in test suite ``` test_importer (fork_test.DoubleChildTest.test_importer) ... /home/runner/work/mitogen/mitogen/mitogen/fork.py:186: DeprecationWarning: This process (pid=3010) is multi-threaded, use of fork() may lead to deadlocks in the child. pid = os.fork() ok ```

bug
affects-0.3

A few cases in mitogen.master ``` $ ag pkgutil.find_loader mitogen/master.py 187: loader = pkgutil.find_loader(fullname) 533: Find `fullname` using :func:`pkgutil.find_loader`. 540: loader = pkgutil.find_loader(fullname) 554: # - get_filename() may throw ImportError...

bug
affects-0.3

##### SUMMARY This prevents "[WARNING]: Reset is not implemented for this connection" when using wait_for_connection with localhost or other local hosts. It's arguable (from a consistency/correctness perspective) that `ansible.plugins.connection.local.Connection.reset()` should...

needs_triage
bug
has_issue

### Summary Using the `wait_for_connection` module displays "[WARNING]: Reset is not implemented for this connection" if any of the target hosts uses a local connection. I'll probably submit a PR...

module
needs_triage
bug
has_pr
affects_2.17

##### SUMMARY Correctly template connection plugin options during `meta: reset_connection` tasks. Fixes #84238 Fixes #79755 ##### ISSUE TYPE - Bugfix Pull Request ##### ADDITIONAL INFORMATION Before ``` ➜ ansible git:(issue84238)...

bug
P3
has_issue