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 <module>\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 <module>\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

---

- hosts: localhost
connection: local
tasks: 
- name: create ressource group
azure_rm_resourcegroup:
name: testing
location: westus

So any tips ? I knowledge this is not a core module.

Thanks 


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/5b4b45dd-efc8-402e-97c0-6e4787c7b3e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to