Fix 1Password secret tasks always reporting changed in ringtail playbook #213

Merged
eblume merged 1 commit from fix/ringtail-1password-secrets-idempotent into main 2026-02-19 07:25:26 -08:00
Owner

Summary

  • Replace changed_when: true with register + output inspection on the two 1Password secret tasks in ringtail.yml
  • Tasks now correctly report ok when the secret content hasn't changed, and changed only when kubectl apply outputs configured or created

Test plan

  • Run mise run provision-ringtail twice — second run should show both tasks as ok not changed

🤖 Generated with Claude Code

## Summary - Replace `changed_when: true` with `register` + output inspection on the two 1Password secret tasks in `ringtail.yml` - Tasks now correctly report `ok` when the secret content hasn't changed, and `changed` only when `kubectl apply` outputs `configured` or `created` ## Test plan - [ ] Run `mise run provision-ringtail` twice — second run should show both tasks as `ok` not `changed` 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Replace `changed_when: true` with output inspection so the tasks correctly
report unchanged when the secret content hasn't changed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
eblume merged commit b475a1fcd7 into main 2026-02-19 07:25:26 -08:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
eblume/blumeops!213
No description provided.