Fix #50: Trigger all secrets playbooks (#51)
Some checks failed
Infrastructure / Check and run Ansbile playbooks (push) Failing after 5m46s

Keep forgetting this :/

Reviewed-on: #51
This commit is contained in:
2024-03-29 15:48:14 +00:00
parent 20b72f085f
commit 719640a98d
4 changed files with 2 additions and 4 deletions

View File

@@ -21,7 +21,6 @@
src: "./{{ app }}"
dest: "{{ user.home }}"
mode: "0744"
- name: Replace Encryption Key secret
ansible.builtin.replace:
path: "{{ user.home }}/{{ app }}/.env"
@@ -37,7 +36,6 @@
path: "{{ user.home }}/{{ app }}/.env"
regexp: "SMTP_PASSWORD_VALUE"
replace: "{{ lookup('ansible.builtin.env', 'SMTP_PASSWORD') }}"
- name: Docker compose up -d
ansible.builtin.command: docker compose up -d
args: