Commit 119b067
committed
Makefile: add missing extra_vars.yaml dependencies
The ANSIBLE_INVENTORY_FILE and KDEVOPS_NODES targets both use
'--extra-vars=@./extra_vars.yaml' in their ansible-playbook commands
but didn't declare extra_vars.yaml as a dependency. This caused build
failures when running targets like 'make minio' from a clean state.
The missing dependency meant that ansible-playbook would fail with:
'No such file or directory: /data/minio/kdevops/extra_vars.yaml'
This fix ensures that extra_vars.yaml is properly generated before
any ansible-playbook commands that require it are executed.
Generated-by: Claude AI
Signed-off-by: Luis Chamberlain <[email protected]>1 parent b9fc799 commit 119b067
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
0 commit comments