Hi,
Getting this error:
ansible-playbook -i inventory.azur demo.yml
PLAY [localhost] ********************************************************************************************************************
TASK [Gathering Facts] **************************************************************************************************************
ok: [localhost]
TASK [create ressource group] *******************************************************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ImportError: No module named packaging.version
fatal: [localhost]: FAILED! => {“changed”: false, “failed”: true, “module_stderr”: “Traceback (most recent call last):\n File "/tmp/ansible_a_XnCB/ansible_module_azure_rm_resourcegroup.py", line 107, in \n from ansible.module_utils.azure_rm_common import *\n File "/tmp/ansible_a_XnCB/ansible_modlib.zip/ansible/module_utils/azure_rm_common.py", line 29, in \nImportError: No module named packaging.version\n”, “module_stdout”: “”, “msg”: “MODULE FAILURE”, “rc”: 0}
to retry, use: --limit @/root/work/azureAnsible/demo.retry
PLAY RECAP **************************************************************************************************************************
localhost : ok=1 changed=0 unreachable=0 failed=1
I installed azure as required even with:
pip install azure --upgrade
and got 2.0.0 not even the RC. So on this side seems ok. Tested on 2 different servers.
My azure inventory subscription ID is ok and works fine with terraform.
My playbook mimic the doc found here:
https://docs.ansible.com/ansible/azure_rm_resourcegroup_module.html