go-devops/ansible
Snider 8ab8643e88 test(ansible): Phase 1 Step 1.5 — error propagation, become, facts & idempotency
104 new tests covering cross-cutting concerns:
- Error propagation (68): getHosts, matchesTags, evaluateWhen,
  templateString, applyFilter, resolveLoop, handleNotify, normalizeConditions
- Become/sudo (8): enable/disable, passwordless, default user
- Fact gathering (9): Ubuntu/CentOS/Alpine/Debian os-release parsing
- Idempotency (8): group exists, key present, docker compose up-to-date
Total ansible tests: 438. Phase 1 complete.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-20 02:58:27 +00:00
..
executor.go feat: extract devops packages from core/go 2026-02-16 15:21:39 +00:00
executor_test.go test(devops): Phase 0 test coverage and hardening 2026-02-20 01:36:03 +00:00
mock_ssh_test.go test(ansible): Phase 1 Step 1.4 — user/group & advanced module tests 2026-02-20 02:52:42 +00:00
modules.go feat: extract devops packages from core/go 2026-02-16 15:21:39 +00:00
modules_adv_test.go test(ansible): Phase 1 Step 1.4 — user/group & advanced module tests 2026-02-20 02:52:42 +00:00
modules_cmd_test.go test(ansible): Phase 1 Step 1.2 — file operation module tests 2026-02-20 02:39:27 +00:00
modules_file_test.go test(ansible): Phase 1 Step 1.2 — file operation module tests 2026-02-20 02:39:27 +00:00
modules_infra_test.go test(ansible): Phase 1 Step 1.5 — error propagation, become, facts & idempotency 2026-02-20 02:58:27 +00:00
modules_svc_test.go test(ansible): Phase 1 Step 1.3 — service & package module tests 2026-02-20 02:44:50 +00:00
parser.go feat: extract devops packages from core/go 2026-02-16 15:21:39 +00:00
parser_test.go test(devops): Phase 0 test coverage and hardening 2026-02-20 01:36:03 +00:00
ssh.go feat: extract devops packages from core/go 2026-02-16 15:21:39 +00:00
ssh_test.go feat: extract devops packages from core/go 2026-02-16 15:21:39 +00:00
types.go feat: extract devops packages from core/go 2026-02-16 15:21:39 +00:00
types_test.go test(devops): Phase 0 test coverage and hardening 2026-02-20 01:36:03 +00:00