Migrate Ansible op calls from item get to op read URI syntax

`op read` returns clean values without quoting issues, removing the
need for the regex_replace workaround on the Fly deploy token.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-08 10:48:32 -08:00
commit cf7f3ca4d9
5 changed files with 14 additions and 15 deletions

View file

@ -0,0 +1 @@
Migrate all Ansible `op item get` calls to `op read` URI syntax for cleaner output and remove the `regex_replace` workaround on the Fly deploy token.