Re: [RFC PATCH] Makefile: terraform wasn't building the kdevops_nodes file
Daniel Gomez <[email protected]> Mon, 29 Sep 2025 21:16:17 +0200
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Organization | kernel.org |
| Message-ID | <[email protected]> |
On 28/09/2025 22.30, Chuck Lever wrote: > On 9/28/25 12:53 PM, Daniel Gomez wrote: > With this snippet, "make" emits a new complaint: > make: Circular terraform/aws/nodes.tf <- > /home/cel/src/kdevops/buildbot-configs/hosts dependency dropped. I see! We need to remove one or the other. My understanding is that the first one (ANSIBLE_INVENTORY_FILE) may change the dependency to place nodes before the inventory. The second (KDEVOPS_NODE) should keep the inventory before nodes. So, both option should work but not both at once as I suggested yesterday.