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/become
Alex Willmer 66ea10d577 ansible_mitogen: Template become command arguments (become_flags)
Uses the same fallback for (mitogen_sudo et al) as become_exe (see #1173).

The new `Spec.become_flags()` is not yet explicitly tested. Note that it
returns a string (matching the Ansible option of the same name), whereas
`Spec.sudo_args()` returns a list.

refs #1083
1 year ago
..
all.yml ansible_mitogen: Support templated become_user 1 year ago
su_password.yml tests: Improve Ansible fail_msg formatting 1 year ago
sudo_flags_failure.yml tests: Improve Ansible fail_msg formatting 1 year ago
sudo_nonexistent.yml tests: Improve Ansible fail_msg formatting 1 year ago
sudo_nopassword.yml tests: Improve Ansible fail_msg formatting 1 year ago
sudo_password.yml tests: Re-enable become/sudo tests, fix them on macOS runners 1 year ago
sudo_requiretty.yml tests: Re-enable become/sudo tests, fix them on macOS runners 1 year ago
templated_by_inv.yml ansible_mitogen: Template become command arguments (become_flags) 1 year ago
templated_by_play_keywords.yml ansible_mitogen: Template become command arguments (become_flags) 1 year ago
templated_by_play_vars.yml ansible_mitogen: Template become command arguments (become_flags) 1 year ago
templated_by_task_keywords.yml ansible_mitogen: Template become command arguments (become_flags) 1 year ago