remove mongo password secret
All checks were successful
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 1m50s

This commit is contained in:
2024-03-29 15:19:48 +00:00
parent 6c9f653d94
commit 5f0acaeadd
2 changed files with 0 additions and 6 deletions

View File

@@ -32,11 +32,6 @@
path: "{{ user.home }}/{{ app }}/.env"
regexp: "AUTH_SECRET_VALUE"
replace: "{{ lookup('ansible.builtin.env', 'INFISICAL_AUTH_SECRET') }}"
- name: Replace Mongo Password secret
ansible.builtin.replace:
path: "{{ user.home }}/{{ app }}/.env"
regexp: "MONGO_PASSWORD_VALUE"
replace: "{{ lookup('ansible.builtin.env', 'INFISICAL_MONGO_PASSWORD') }}"
- name: Replace SMTP Password secret
ansible.builtin.replace:
path: "{{ user.home }}/{{ app }}/.env"