From 65ade98e04ff98fedf4f40e0a638d51d55b5c977 Mon Sep 17 00:00:00 2001 From: reqwizz Date: Sun, 17 Nov 2024 19:26:44 +0300 Subject: [PATCH] fix warnings --- ansible/ansible.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index a76aa31..647b942 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,4 +1,5 @@ [defaults] inventory = inventory.yml roles_path = ./roles -host_key_checking = False \ No newline at end of file +host_key_checking = False +interpreter_python = /usr/bin/python3 \ No newline at end of file