Hey Everyone,

I am running ansible  version 1.8.4.

Running the same task on multiple Hosts list - 
---
  - hosts: all
    gather_facts: no
    tasks:
    - name: Stopping OSSEC
      service:
        name: ossec-hids
        state: stopped


  - hosts: all
    gather_facts: no
    tasks:
    - name: Deleteing File
      shell:  rm -f /var/ossec/queue/rids/*

>From time to time the first task hangs on the last server in the Host list 
(the host list is dynamic and is being generated by a different Playbook) 
and does not continue to the next task.
Is there a way to debug this?
Why does it hangs from time to time?

-- 
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/c04bc673-2b6b-4fbb-826e-26b49f6c11de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to