ansible_mitogen: become_method doesn't support fully qualified collection name (FQCN) #1232
Labels
affects-0.3
Issues related to 0.3.X Mitogen releases
bug
Code feature that hinders desired execution outcome
According to ansible-lint the correct value for
become_method
su
andsudo
are the fully qualified namesansible.builtin.su
andansible.builtin.sudo
(https://github.com/ansible/ansible-lint/blob/main/src/ansiblelint/schemas/ansible.json#L48)Making the switch to these fully qualified names while using the Mitogen connection strategy produces the following error :
Here is an example playbook that will reproduce the bug:
PR is here: #1072
The text was updated successfully, but these errors were encountered: