From edba3a8207f3c271ee93f85f4da48c325bf78bc1 Mon Sep 17 00:00:00 2001
From: Von Random <von@mechanus.net>
Date: Wed, 12 Feb 2025 18:36:57 +0200
Subject: [PATCH] fix path to the key

---
 ansible/ansible.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
index 86bb97f..55afa3a 100644
--- a/ansible/ansible.cfg
+++ b/ansible/ansible.cfg
@@ -3,5 +3,5 @@ inventory = inventory.yml
 interpreter_python = /usr/bin/python3
 
 remote_user = andrei
-private_key_file = id_ed25519_yatf
+private_key_file = ~/.ssh/id_ed25519_yatf
 host_key_checking = False