Fix #50: Remove custom network *completely* from Infisical docker-compose (#52)
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 3m14s
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 3m14s
Reviewed-on: #52
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
args:
|
||||
chdir: "{{ user.home }}/{{ app }}"
|
||||
ignore_errors: true
|
||||
|
||||
- name: Copy project
|
||||
ansible.builtin.copy:
|
||||
src: "./{{ app }}"
|
||||
@@ -36,6 +37,7 @@
|
||||
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:
|
||||
|
Reference in New Issue
Block a user