From 59c8b9b62f8770a8509f9898ee7d4f6277d1075c Mon Sep 17 00:00:00 2001 From: Jeremy Dubois Date: Tue, 1 Jun 2021 09:48:48 +0200 Subject: [PATCH] Update ansible_python_interpreter var and add ansible_host var in inventory --- hosts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts b/hosts index 8abb464..a2e6481 100644 --- a/hosts +++ b/hosts @@ -1,5 +1,5 @@ [openbsd] -foo.example.com +foo.example.com ansible_host=192.0.2.1 [openbsd:vars] -ansible_python_interpreter=/usr/local/bin/python3 +ansible_python_interpreter=/usr/local/bin/python3.9