Skip to content
Snippets Groups Projects
Commit 5636f29e authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

Fix wrong variable name

parent da9c46a6
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ services: ...@@ -8,7 +8,7 @@ services:
PGDATABASE: "none" PGDATABASE: "none"
PGPASSWORD: "none" PGPASSWORD: "none"
PGUSER: "none" PGUSER: "none"
PASSPHRASE: "{{ gitlab_backup_pass | default(srv_proxy_pass) }}" PASSPHRASE: "{{ git_backup_pass | default(srv_proxy_pass) }}"
SWIFT_USERNAME: "{{ swift_odoo_username }}" SWIFT_USERNAME: "{{ swift_odoo_username }}"
SWIFT_PASSWORD: "{{ swift_odoo_password }}" SWIFT_PASSWORD: "{{ swift_odoo_password }}"
SWIFT_AUTHURL: "{{ swift_odoo_authurl }}" SWIFT_AUTHURL: "{{ swift_odoo_authurl }}"
......
...@@ -8,7 +8,7 @@ services: ...@@ -8,7 +8,7 @@ services:
PGDATABASE: "none" PGDATABASE: "none"
PGPASSWORD: "none" PGPASSWORD: "none"
PGUSER: "none" PGUSER: "none"
PASSPHRASE: "{{ gitlab_backup_pass | default(srv_proxy_pass) }}" PASSPHRASE: "{{ git_backup_pass | default(srv_proxy_pass) }}"
SWIFT_USERNAME: "{{ swift_odoo2_username }}" SWIFT_USERNAME: "{{ swift_odoo2_username }}"
SWIFT_PASSWORD: "{{ swift_odoo2_password }}" SWIFT_PASSWORD: "{{ swift_odoo2_password }}"
SWIFT_AUTHURL: "{{ swift_odoo2_authurl }}" SWIFT_AUTHURL: "{{ swift_odoo2_authurl }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment