This isn't a problem in Ansible (I pretty sure) but I'm curious
whether other people have seen this. (This is with Ansible
1.7.2, but I don't think it matters).

I have a playbook containing a bunch of tasks. No big deal.
I run the playbook on my desktop machine to control a machine
running in AWS. What happens is that various tasks fail with
a message like:

failed: [ec2-XX-XXX-XX-XXX.compute-1.amazonaws.com] => {"failed": true, "parsed": false}

What's strange is that if I rerun the playbook right away, without
making *any* changes, I get the same error, except in a different
task. *Update* This morning when I came in, I again ran the same
playbook. It finished without any problems!

One such task is that failed is the following:

- name: Enable hstore
| command: psql -d template1 -c 'create extension if not exists hstore;'
  sudo: yes
  sudo_user: postgres

It doesn't get much simpler than that.

I'm guessing that this is some kind of problem at AWS but
I don't know what it could be. Has anyone else seen this?

Cordially,
Jon Forrest

--
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-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/m23brg%24gpe%241%40ger.gmane.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to