Is that a development version? I've done a "git pull" and the latest 
*tagged* version is v1.9.2-1, although there is a *branch* called v2_final

If I checkout the latest git devel branch, I see the same as you.

I suggest you raise it directly on github. The following standalone 
playbook reproduces it, without any need for syslog-ng:

~~~
- hosts: localhost
  tasks:
    - name: run a command
      command: date
      register: ver_out
      changed_when: false
~~~

Regards,

Brian.

-- 
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/25a675f9-e476-4728-971b-24a53a830b63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to