Using Ansible to manage Azure VM error msg packaging installed

Using the Ansible to automatize your taks in Azure.

IF you are using Ansible and get this error msg.


fatal: [localhost]: FAILED! => {"changed": false, "msg": "Do you have packaging installed? Try `pip install packaging`- No module named packaging.version"}



Solution
install
 pip install ansible[azure]