tests: add playbook step to ensure key file perms.

pull/350/head
David Wilson 6 years ago
parent 77b68f9b9d
commit a4ed27fa63

@ -101,6 +101,11 @@
when: is_mitogen
- name: ansible_ssh_private_key_file
shell: chmod 0600 ../data/docker/mitogen__has_sudo_pubkey.key
args:
chdir: ../..
- name: ansible_ssh_private_key_file
shell: >
ANSIBLE_STRATEGY=mitogen_linear

Loading…
Cancel
Save