fix: re-trigger solidtime deployment
Some checks failed
Infrastructure / Check and run Ansbile playbooks (push) Failing after 3m14s
Some checks failed
Infrastructure / Check and run Ansbile playbooks (push) Failing after 3m14s
This commit is contained in:
parent
c6dc80b1ee
commit
23aa518c60
@ -28,6 +28,7 @@
|
||||
number: 1
|
||||
state: present
|
||||
become: true
|
||||
|
||||
- name: Create data filesystem
|
||||
community.general.filesystem:
|
||||
dev: /dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:1-part1
|
||||
|
@ -14,6 +14,7 @@
|
||||
- python3-apt
|
||||
- gpg
|
||||
become: true
|
||||
|
||||
- name: Add docker key
|
||||
ansible.builtin.apt_key:
|
||||
url: https://download.docker.com/linux/debian/gpg
|
||||
|
@ -52,7 +52,6 @@
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user