We store inventory files directly in playbooks repo (and throw them to the Semaphore via Extra CLI Arguments "-i", "inventory/test/"). I created empty inventory to pass around mandatory inventory field in task templates, but for each task call, Semaphore creates empty inventory_task_id file in the Semaphore directory. Currently, it looks like that and it a bit annoying:
Can we make inventory not mandatory and not create any files, if inventory not defined?
The text was updated successfully, but these errors were encountered:
We store inventory files directly in playbooks repo (and throw them to the Semaphore via Extra CLI Arguments
"-i", "inventory/test/"
). I createdempty
inventory to pass around mandatory inventory field in task templates, but for each task call, Semaphore creates emptyinventory_task_id
file in the Semaphore directory. Currently, it looks like that and it a bit annoying:Can we make inventory not mandatory and not create any files, if inventory not defined?
The text was updated successfully, but these errors were encountered: