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.


On Wed, Feb 26, 2014 at 7:36 AM, Miroslav Suchý <[email protected]> wrote:

> 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
>
>
>
>  --
> 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/71f9cb80-b47a-4375-8c9f-7c33a19ae173%40googlegroups.com
> .
> For more options, visit https://groups.google.com/groups/opt_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 [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/CAEVJ8QO%2B2sGuPtHL38Mmfis-0i47dj82VOod%3Dqm60VWGY%2BS4Gw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to