diff --git a/.ansible-items/inventory b/.ansible-items/inventory index ff7af62..fc8ec21 100644 --- a/.ansible-items/inventory +++ b/.ansible-items/inventory @@ -5,6 +5,6 @@ all: sp-tarkov: ansible_host: {{ DEPLOY_USER }}@{{ DEPLOY_HOSTNAME }} ansible_user: {{ DEPLOY_USER }} + ansible_pass: {{ DEPLOY_SSH_KEY_PASSPHRASE }} ansible_connection: ssh - ansible_ssh_private_key_file: /drone/src/private.key - ansible_ssh_pass: {{ DEPLOY_SSH_KEY_PASSPHRASE }} \ No newline at end of file + ansible_ssh_private_key_file: /drone/src/private.key \ No newline at end of file