Skip to content

Commit

Permalink
Merge pull request #35 from ursais/max
Browse files Browse the repository at this point in the history
[FIX] Playbook
  • Loading branch information
max3903 authored Apr 13, 2021
2 parents efbe80b + a71d000 commit eacc725
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 eacc725

Please sign in to comment.