-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathansible_az_version.log
30 lines (21 loc) · 1 KB
/
ansible_az_version.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[ansibleuser@ansiblehost ~]$ az --version
azure-cli 2.0.78
command-modules-nspkg 2.0.3
core 2.0.78
nspkg 3.0.4
telemetry 1.0.4
Python location '/usr/bin/python3'
Extensions directory '/home/ansibleuser/.azure/cliextensions'
Python (Linux) 3.6.8 (default, Aug 7 2019, 17:28:10)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Legal docs and information: aka.ms/AzureCliLegal
Your CLI is up-to-date.
Please let us know how we are doing: https://aka.ms/clihats
[ansibleuser@ansiblehost ~]$ ansible --version
ansible 2.9.2
config file = None
configured module search path = [u'/home/ansibleuser/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible
python version = 2.7.5 (default, Aug 7 2019, 00:51:29) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
[ansibleuser@ansiblehost ~]$