You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/tests/ansible/integration
Alex Willmer f1503874de ansible_mitogen: Correct ansible_become_pass/ansible_become_password precendence
Until Ansible 2.9 it looks like ansible_become_password had higher priority.
From Ansible 2.10 ansible_become_pass has higher priority [1]. Mitogen was not
respecting this.

I may need to rework this further, instatiating the become plugin may have
slowed down execution.

[1] Based on testing with

```
[ubuntus]
become-pass-pass ansible_become_pass=1234
become-pass-password ansible_become_password=1234
become-pass-both ansible_become_password=wrong ansible_become_pass=1234

[ubuntus:vars]
ansible_host=ubuntu2004.local
ansible_user=ubuntu
```
```
- hosts: ubuntus
  gather_facts: false
  become: true
  tasks:
    - ping:
```
2 years ago
..
action tests: Enable stricter error handling, fix resulting failures 2 years ago
async tests: Enable stricter error handling, fix resulting failures 2 years ago
become tests: Enable stricter error handling, fix resulting failures 2 years ago
connection tests: Enable stricter error handling, fix resulting failures 2 years ago
connection_delegation tests: Enable stricter error handling, fix resulting failures 2 years ago
connection_loader tests: Enable stricter error handling, fix resulting failures 2 years ago
context_service tests: Enable stricter error handling, fix resulting failures 2 years ago
glibc_caches Revert "Revert "fixed tests for ansible 2.12"" 3 years ago
interpreter_discovery tests: Enable stricter error handling, fix resulting failures 2 years ago
local tests: Enable stricter error handling, fix resulting failures 2 years ago
module_utils tests: Enable stricter error handling, fix resulting failures 2 years ago
playbook_semantics tests: Enable stricter error handling, fix resulting failures 2 years ago
process tests: Use meaningful play names 2 years ago
runner tests: Enable stricter error handling, fix resulting failures 2 years ago
ssh tests: Enable stricter error handling, fix resulting failures 2 years ago
strategy tests: Enable stricter error handling, fix resulting failures 2 years ago
stub_connections tests: Enable stricter error handling, fix resulting failures 2 years ago
transport tests: Tag Ansible tests 3 years ago
transport_config ansible_mitogen: Correct ansible_become_pass/ansible_become_password precendence 2 years ago
_mitogen_only.yml issue #536: add mitogen_via= tests too. 5 years ago
all.yml Revert "Revert "fixed tests for ansible 2.12"" 3 years ago