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.
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:
```
|
3 years ago | |
|---|---|---|
| .ci | 3 years ago | |
| .github | 5 years ago | |
| ansible_mitogen | 3 years ago | |
| docs | 3 years ago | |
| examples | 4 years ago | |
| mitogen | 3 years ago | |
| scripts | 6 years ago | |
| tests | 3 years ago | |
| .gitignore | 7 years ago | |
| .lgtm.yml | 6 years ago | |
| LICENSE | 5 years ago | |
| MANIFEST.in | 7 years ago | |
| README.md | 4 years ago | |
| dev_requirements.txt | 7 years ago | |
| preamble_size.py | 4 years ago | |
| run_tests | 4 years ago | |
| setup.cfg | 5 years ago | |
| setup.py | 4 years ago | |
| tox.ini | 3 years ago | |
