fix: use infisicalsdk instead of infisical-python
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 3m30s
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 3m30s
This commit is contained in:
parent
23aa518c60
commit
d14056d11c
@ -52,6 +52,7 @@
|
||||
regexp: "DB_PASSWORD_VALUE"
|
||||
replace: "{{ lookup('infisical.vault.read_secrets', project_id=infisical_project, env_slug='prod',
|
||||
path='/solidtime', secret_name='DB_PASSWORD')['value'] }}"
|
||||
|
||||
- name: Replace DB Password secret (db)
|
||||
ansible.builtin.replace:
|
||||
path: "$HOME/{{ app }}/.env"
|
||||
|
@ -1,4 +1,4 @@
|
||||
ansible
|
||||
proxmoxer
|
||||
requests
|
||||
infisical-python
|
||||
infisicalsdk
|
||||
|
Loading…
x
Reference in New Issue
Block a user