I'm using Ansible to auto configure a device that has an OS similar to 
Cisco IOS, the below playbook works fine but every 4 or 5 times I run it, 
it freezes, I'm setting ANSIBLE_DEBUG=1, when it freezes, it does at the 
following line:


*3723 1472024022.64431: getting output with communicate()*


*Playbook:*


---
- hosts: 10.10.10.1
  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

-- 
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/f311138d-1357-4eb9-952f-bdd6da8cb07d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to