fix: update ansible playbooks and scripts to use new vault references
This commit is contained in:
@@ -17,7 +17,7 @@ def get_password():
|
||||
|
||||
# Try to get the password
|
||||
success, output = run_command(
|
||||
[op_cmd, "read", "op://j7nmhqlsjmp2r6umly5t75hzb4/Dotfiles Secrets/password"]
|
||||
[op_cmd, "read", "op://Dotfiles/Dotfiles Secrets/password"]
|
||||
)
|
||||
|
||||
if not success:
|
||||
|
Reference in New Issue
Block a user