mitogen_sudo connection plugin and friends are the wrong plugin type for get_option('become_...')
#1173
Labels
affects-0.3
Issues related to 0.3.X Mitogen releases
DesignRequired
Issues that cannot progress due to incomplete design
ansible_mitogen.plugins.connection
contains 3 "connections" that aren't connections in the Ansible world viewmitogen_doas
mitogen_sudo
mitogen_su
In Ansible land these would be become plugins. This wasn't a problem, but may become a problem now. I'm moving the PlaybookSpec to Ansible's plugin options API, but the options
become_exe
andbecome_flags
are associated with become plugins and these plugins are connection plugins.As a result the tests in tests/ansible/integration/stub_connections/all.yml fail with
The text was updated successfully, but these errors were encountered: