Skip to content

Commit

Permalink
Add database creation task
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickEvers committed Apr 11, 2024
1 parent d19e57c commit 85b5d94
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ansible/roles/schulcloud-calendar-core/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
- name: Create database
include_role:
name: dof_postgresql_management
vars:
database_name: calendar
when: WITH_BRANCH_POSTGRES_DB_MANAGEMENT is defined and WITH_BRANCH_POSTGRES_DB_MANAGEMENT

- name: Service
kubernetes.core.k8s:
kubeconfig: ~/.kube/config
Expand Down

0 comments on commit 85b5d94

Please sign in to comment.