gsong
(gsong)
1
Dear All,
My command is :
ansible localhost -m netscaler -a “nsc_host=nsc.example user=user password=password name=node1.example.com type=service action=disable validate_certs=False”
got error :
“‘NoneType’ object has no attribute ‘read’”
ansible version is : 1.9.4
Anyone know why ?
Thanks,
gsong
I was going to suggest submitting a bug against the module in the ansible-modules-extra repo, but I see you have: https://github.com/ansible/ansible-modules-extras/issues/2061
You might want to run the playbook with -vvvv - that should provide more useful error information for the bug report.
Will