diff options
Diffstat (limited to 'ansible-provisioner.json')
-rw-r--r-- | ansible-provisioner.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible-provisioner.json b/ansible-provisioner.json index 45cf496..d63bf26 100644 --- a/ansible-provisioner.json +++ b/ansible-provisioner.json @@ -47,6 +47,8 @@ "type": "ansible", "playbook_file": "{{ user `playbook` }}", "extra_arguments": "{{ user `extra_ansible_args` }}", + "sftp_command": "/usr/libexec/openssh/sftp-server", + "use_sftp": false, "ansible_ssh_extra_args": [ "-oHostKeyAlgorithms=+ssh-rsa -oPubkeyAcceptedKeyTypes=+ssh-rsa" ] |