fix ansible version
This commit is contained in:
parent
e4e3d1ca29
commit
dad098fb8a
|
@ -35,12 +35,16 @@ Check if ansible is correctly installed (and the version you have):
|
||||||
ansible --version
|
ansible --version
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
ansible 2.10.8
|
ansible [core 2.14.3]
|
||||||
config file = None
|
config file = None
|
||||||
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
|
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
|
||||||
ansible python module location = /usr/lib/python3/dist-packages/ansible
|
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
|
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
|
## Ad-hoc ping
|
||||||
|
|
Loading…
Reference in New Issue