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/ssh
Alex Willmer f330c2b158 CI: replace stdout=yaml with result_format=yaml for Ansible >= 6 tests
Ansible >= 12 (ansible-core >= 2.19) deprecates `stdout_callback=yaml`,
superceded by `callback_result_format=yaml`. There is a change in behaviour:
`callback_result_format` applies to output of both `ansible-playbook` _and_
`ansible`.

Tests that run `ansible` in a subprocess are now explicitly configured to use
json (even if they don't inspect that output yet) for more assert-able output
across all versions of Ansible.
6 months ago
..
all.yml ansible_mitogen: Template ssh_*_args connection options 1 year ago
args_by_inv.yml ansible_mitogen: Template ssh_*_args connection options 1 year ago
args_by_play_taskvar.yml ansible_mitogen: Templated host option (e.g. ansible_host, ansible_ssh_host) 1 year ago
config.yml tests: Improve Ansible fail_msg formatting 1 year ago
password.yml tests: Improve Ansible fail_msg formatting 1 year ago
templated_by_inv.yml ansible_mitogen: Handle templated connection passwords and ansible_ssh_password 1 year ago
templated_by_play_keyword.yml ansible_mitogen: Templated host option (e.g. ansible_host, ansible_ssh_host) 1 year ago
templated_by_play_taskvar.yml ansible_mitogen: Templated connection timeout 1 year ago
templated_by_task_keyword.yml ansible_mitogen: Templated host option (e.g. ansible_host, ansible_ssh_host) 1 year ago
timeouts.yml CI: replace stdout=yaml with result_format=yaml for Ansible >= 6 tests 6 months ago
variables.yml CI: replace stdout=yaml with result_format=yaml for Ansible >= 6 tests 6 months ago