[ansible-devel] Ansible-2.4.3-rc3

2018-01-24 Thread Toshio Kuratomi
Hi all, we're happy to announce that RC3 for 2.4.3 is now available for testing. How do you get it? -- The tar.gz of the release can be found here: https://releases.ansible.com/ansible/ansible-2.4.3.0-0.6.rc3.tar.gz SHA256: 4872

Re: [ansible-devel] :ERROR! Unexpected Exception, this is probably a bug: [Errno 2] No such file or directory

2018-01-24 Thread Matt Martz
This is a result of the system where you are running ansible not having access to /dev/shm which is a requirement for multiprocessing semaphores on your platform. On Tue, Jan 23, 2018 at 10:59 PM, wrote: > Hi Team , > > i am facing below issue :*ERROR! Unexpected Exception, this is probably a >

Re: [ansible-devel] netapp volume create play book gives error

2018-01-24 Thread Karol Czeryna
Hi Ashish! It looks like the python library(netapp-lib - http://docs.ansible.com/ansible/latest/na_cdot_volume_module.html) is too new. The error was: netapp_lib.api.zapi.zapi.NaAError: NetApp API failed. Reason - 13010:Version 1.21 was requested, but only 1.19 is supported. Try to downgrade t

[ansible-devel] netapp volume create play book gives error

2018-01-24 Thread Ashish Badgujar
Hi ALL, i am getting below error while running playbook Using /etc/ansible/ansible.cfg as config file PLAY [] * TASK [na_cdot_volume] ***