Advertisement
Guest User

Untitled

a guest
Apr 15th, 2016
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ansible localhost -m netscaler -a "nsc_host=nsc.example.com user=nscuser password=nscpassword name=node1.example.com type=service action=disable validate_certs=False"
  2.  
  3.  
  4. localhost | FAILED >> {
  5. "failed": true,
  6. "msg": "'NoneType' object has no attribute 'read'"
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement