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 43cc937bc6 CI: Fix incorrect u=r,g=r,o=rw file permissions on mitogen__has_sudo_pubkey.key
The wrong base was used when calculating the mode. So the file became world
readable and writable on a CI runner, until
ansible/integration/ssh/variables.yml happened to correct it near the end of
the integration tests.

I believe this was the only instance.

```console
mitogen git:(issue1182) ✗ ag --python 'int\(.+7\)' . .ci | wc -l
       0
```

fixes #1182
1 year 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: Template ssh_*_args connection options 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 tests: Templated "remote_user" provided as Ansible playbook keyword 1 year ago
templated_by_play_taskvar.yml ansible_mitogen: Templated ssh executable, templated reset_connection fix 1 year ago
templated_by_task_keyword.yml tests: Templated connection keywords with delegated_to 1 year ago
timeouts.yml tests: Improve Ansible fail_msg formatting 1 year ago
variables.yml CI: Fix incorrect u=r,g=r,o=rw file permissions on mitogen__has_sudo_pubkey.key 1 year ago