Hi all,

Wrote a task as follows:

- name: Bootstrap Consul servers
  shell: /usr/local/bin/consul agent -server -bootstrap-expect 3 -data-dir 
/tmp/consul -dc nyc3 -bind {{ ansible_default_ipv4.address }} >> {{ 
consul_log_file }} 2>&1
  tags: bootconsulsvrs

When my playbook gets to this task, it hangs... (but it does successfully 
start the desired program...) How can I rewrote this so that the playbook 
continues?

Thanks,
Will

-- 
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/ff64d06a-3903-4bef-9c1f-d22fc64c80f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to