ansible / ansible-runner-service

Other
200 stars 66 forks source link

empty inventory file can cause 409 errors #94

Open pcuzner opened 3 years ago

pcuzner commented 3 years ago

If the initial inventory exists, but is an empty file (created by a touch) the inventory load method will not seed it, and the loaded property will return False, since the inventory is None.