Skip to content

Commit

Permalink
[FIX] Playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
max3903 committed Apr 13, 2021
1 parent c8feff6 commit a71d000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
include_role:
name: ./roles/postgresql
vars:
_postgresql_namespace: "{{ meta.name }}"
_postgresql_namespace: "{{ meta.namespace }}"
_postgresql_name: "postgresql"
_postgresql_image: "{{ postgresql_image | default('ursa/postgresql-13.0') }}"
_postgresql_image_tag: "{{ postgresql_image_tag|default('latest') }}"
Expand All @@ -36,7 +36,7 @@
include_role:
name: ./roles/odoo
vars:
_odoo_namespace: "{{ meta.name }}"
_odoo_namespace: "{{ meta.namespace }}"
_odoo_name: "odoo"
_odoo_route: "{{ odoo_route | default('') }}"
_odoo_image: "{{ odoo_image | default('ursa/odoo-14.0') }}"
Expand Down

0 comments on commit a71d000

Please sign in to comment.