From dad098fb8a695d1d8ff673d2873abd5db7b87580 Mon Sep 17 00:00:00 2001 From: arnaud Date: Tue, 2 Jan 2024 13:52:13 +0000 Subject: [PATCH] fix ansible version --- ansible/training/lessons/1-intro.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ansible/training/lessons/1-intro.md b/ansible/training/lessons/1-intro.md index 12994eb..9dd9809 100644 --- a/ansible/training/lessons/1-intro.md +++ b/ansible/training/lessons/1-intro.md @@ -35,12 +35,16 @@ Check if ansible is correctly installed (and the version you have): ansible --version ``` ``` -ansible 2.10.8 +ansible [core 2.14.3] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3/dist-packages/ansible + ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections executable location = /usr/bin/ansible - python version = 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] + python version = 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0] (/usr/bin/python3) + jinja version = 3.1.2 + libyaml = True + ``` ## Ad-hoc ping