coily ansible-mac-seed verb no-ops to USAGE instead of running make ansible-mac-seed #205

Open
opened 2026-06-04 06:51:37 +00:00 by coilysiren · 0 comments
Owner

Bug

coily ansible-mac-seed no-ops to a USAGE: / coily help dump instead of running the underlying make ansible-mac-seed target (@uv run python scripts/ansible/seed_mac_brew.py).

The verb is declared in .coily/coily.yaml:

ansible-mac-seed:
  run: make ansible-mac-seed
  description: Seed ansible/group_vars/mac.yml from this machine's live brew leaves/casks/taps.

But invoking coily ansible-mac-seed prints coily's top-level usage rather than executing. make ansible-mac-seed directly works. Likely a verb-resolution / arg-passing issue in the coily wrapper for this repo.

Repro

cd ~/projects/coilyco-flight-deck/infrastructure
coily ansible-mac-seed   # -> prints USAGE, does not seed

Note: do not run the seed until the agent-compose-clobber bug (separate issue) is resolved, or it will wipe the agent-compose comment block from mac.yml.

## Bug `coily ansible-mac-seed` no-ops to a `USAGE:` / coily help dump instead of running the underlying `make ansible-mac-seed` target (`@uv run python scripts/ansible/seed_mac_brew.py`). The verb is declared in `.coily/coily.yaml`: ``` ansible-mac-seed: run: make ansible-mac-seed description: Seed ansible/group_vars/mac.yml from this machine's live brew leaves/casks/taps. ``` But invoking `coily ansible-mac-seed` prints coily's top-level usage rather than executing. `make ansible-mac-seed` directly works. Likely a verb-resolution / arg-passing issue in the coily wrapper for this repo. ## Repro ``` cd ~/projects/coilyco-flight-deck/infrastructure coily ansible-mac-seed # -> prints USAGE, does not seed ``` Note: do not run the seed until the agent-compose-clobber bug (separate issue) is resolved, or it will wipe the agent-compose comment block from mac.yml.
coilysiren added
P3
and removed
P2
labels 2026-06-17 08:40:01 +00:00
coilyco-ops added
P4
and removed
P3
labels 2026-07-10 09:00:22 +00:00
Sign in to join this conversation.
No description provided.