theforeman / foreman_ansible_inventory

Foreman dynamic inventory script for ansible - Now merged into Ansible itself
GNU General Public License v3.0
70 stars 31 forks source link

Break the loop if we don't make any progress #31

Closed agx closed 8 years ago

agx commented 8 years ago

This avoids endless loops when Foreman miscounts the results

This happens when one creates/deletes several VMs while another job is fetching the inventory.

dLobatog commented 8 years ago

Thanks @agx!