Alex Willmer

Results 364 comments of Alex Willmer

As of Mitogen 0.3.20 (probably since 0.3.13) this should be working.

What are the contents of app_deploy.yml, and python3_include_playbook.yml up to and including the task "Check if zlib is installed"?

Use community.general.launchd, once https://github.com/ansible-collections/community.general/pull/9102 is merged/released

Hi dyluem, You appear to have skipped over the template of standard questions for new issues. They're there to help rule out common dead ends and misunderstandings. Please answer *...

> _-What happens if you run the failing playbook with vanilla Ansible?_ > > I don't know what "Vanilla Ansible" is, sorry Sorry, "vanilla Ansible" is a term I use...

Looks screwy, probably of Mitogen's doing. My first guess is that Mitogen is confusing one of the fully qualified Python module names `ansible.modules.dnf`, `ansible.builtin.dnf` ... with the FQN `dnf`. So...

Reopening. I'm treating #1230 as a workaround, rather than a full fix.

> ```diff > - python_requires='>=2.4, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, =2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*', > ``` > -- https://github.com/mitogen-hq/mitogen/commit/104865e86632429c9c7408e7c6b14ab35ef43067, 2022 Huh, I'd forgotten I did that....

See also - https://github.com/mitogen-hq/mitogen/commit/9cdd51cf5b584bf828354301ab97d4a2e13e30c7 - https://github.com/mitogen-hq/mitogen/blob/master/docs/ansible_detailed.rst?plain=1#L120-L145