From e372146e56ff92ffe6e87dc8e79d1fdb442cd2c8 Mon Sep 17 00:00:00 2001 From: Mangiang Date: Tue, 2 Nov 2021 12:42:23 -0400 Subject: [PATCH] fix: Fix ansible pass --- .ansible-items/inventory | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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