Commit graph

11 commits

Author SHA1 Message Date
Virgil
23047aaa6f Handle meta end_batch actions 2026-04-01 21:25:32 +00:00
Virgil
eb03970129 feat(ansible): support meta end_host
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 20:38:08 +00:00
Virgil
5b66334d44 Implement Jinja b64decode filter 2026-04-01 20:14:40 +00:00
Virgil
02cb9273c5 feat(ansible): reset cached ssh connections
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 20:10:56 +00:00
Virgil
6cc987ea74 Implement meta clear_facts handling 2026-04-01 20:03:11 +00:00
Virgil
d9d16e8092 Implement meta flush handlers support 2026-04-01 19:51:23 +00:00
Virgil
a973604e95 feat(ansible): add group_by module
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 19:21:57 +00:00
Virgil
2739e52d52 feat(ansible): add add_host inventory module 2026-04-01 19:09:11 +00:00
Virgil
34229558fb fix(ansible): implement include_vars loading 2026-04-01 19:05:24 +00:00
Virgil
f127ac2fcb chore: polish ax v0.8.0 compliance
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-26 16:39:59 +00:00
Snider
d2f786ce61 fix(dx): audit CLAUDE.md, fix cmd errors, add tests
- CLAUDE.md: fix module count (174→41+3), KnownModules count (68→80),
  update error handling convention to reflect coreerr.E() migration
- cmd/ansible: replace fmt.Errorf with coreerr.E(), os.Stat with
  coreio.Local.Exists()/IsDir(), os.Getwd with filepath.Abs()
- Add 38 tests for untested critical paths: non-SSH module handlers
  (debug, fail, assert, set_fact, include_vars, meta), handleLookup,
  SetInventory, iterator functions, resolveExpr with registered vars/
  facts/task vars/host vars/filters

Coverage: 23.4% → 27.7%

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 08:26:07 +00:00