Regression after upgrade to 1.4.5

338 views
Skip to first unread message

Miroslav Suchý

unread,
Feb 26, 2014, 7:36:53 AM2/26/14
to ansible...@googlegroups.com
I upgrade to new version ... well Fedora 19 gave it to me after yum upgrade.
So I went from ansible-1.4.3 to ansible-1.4.5 and I experience two regressions

1) I have this in playbook:
  tasks:
....
  - debug: msg="IP={{ int_ip.stdout }}"

And now I'm getting:
ERROR: debug is not a legal parameter in an Ansible task or handler

2) I have this in playbook:
  tasks:
  - name: wait for the host to be hot
    local_action: wait_for host={{ int_ip.stdout }} port=22 delay=5 timeout=600

and now I'm getting:
TASK: [wait for the host to be hot] *******************************************
fatal: [localhost] => module wait_for not found in /home/copr/provision/library:/usr/share/ansible/source_control:/usr/share/ansible/inventory:/usr/share/ansible/monitoring:/usr/share/ansible/database:/usr/share/ansible/files:/usr/share/ansible/messaging:/usr/share/ansible/cloud:/usr/share/ansible/system:/usr/share/ansible/commands:/usr/share/ansible/net_infrastructure:/usr/share/ansible/packaging:/usr/share/ansible/network:/usr/share/ansible/web_infrastructure:/usr/share/ansible/internal:/usr/share/ansible/notification:/usr/share/ansible

I see both tasks documented in docs.ansible.com.
Is this bug? Or non-documented change?

Mirek



Michael DeHaan

unread,
Feb 26, 2014, 7:49:04 AM2/26/14
to ansible...@googlegroups.com
There is no such code regression in Ansible and you are incorrect in this case to assume this is a bug or a change in the code.

You likely have a crossed up install somehow.

Try on a clean box and if you're still stuck, share a minimal playbook that uses debug and we can point it out.


--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/71f9cb80-b47a-4375-8c9f-7c33a19ae173%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages