Hello,
I'm using Ansible to manage configuration of a device that has a similar 
terminal to Cisco devices, The below playbook works fine but for every 4 or 
5 times it freezes at sometimes.
I use Ansible-Debug=1, when the playbook freezes, it does at this line:
*3385 1471938419.90376: getting output with communicate()*


*Playbook:*
---
- hosts: all
  connection: local
  gather_facts: False
  no_log: True
  tasks:
  - name: test
    ignore_errors: True
    ios_command:
     provider:
      host: 10.10.10.1

      username: wasp
      password: wasp
      auth_pass: wasp
     authorize: yes
     commands:
      - show clock



Any idea what's happening?

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/38e786f7-6651-42f2-a5b1-e37378cf4214%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to