Is it normal for this local ping to take two minutes?

$ cat hosts 
localhost ansible_connection=local

$ cat test.yml 
---
- hosts: localhost
  tasks:
  - name: test
    ping:

$ time ansible-playbook -i hosts test.yml 

PLAY [localhost] 
************************************************************** 

GATHERING FACTS 
*************************************************************** 
ok: [localhost]

TASK: [test] 
****************************************************************** 
ok: [localhost]

PLAY RECAP 
******************************************************************** 
localhost                  : ok=2    changed=0    unreachable=0    failed=0 
  


real 2m1.637s
user 0m0.266s
sys 0m0.245s

$ uname -a
Darwin Hostname.local 14.1.0 Darwin Kernel Version 14.1.0: Mon Dec 22 
23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64 x86_64



-- 
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/4bc422a9-e27b-464b-b640-68c528b0ac7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to