Remove explicit svc.name

This commit is contained in:
Tobias Reisinger 2024-10-13 21:48:04 +02:00
parent 09e886c712
commit dbb3075c82
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
67 changed files with 36 additions and 87 deletions
roles/vikunja

View file

@ -2,7 +2,7 @@
- name: Set common facts
ansible.builtin.import_tasks: tasks/set-default-facts.yml
- name: Deploy {{ svc.name }}
- name: Deploy {{ role_name }}
vars:
svc: "{{ vikunja_svc }}"
yml: "{{ vikunja_yml }}"

View file

@ -1,7 +1,6 @@
---
vikunja_svc:
domain: todo.serguzim.me
name: vikunja
port: 3456
db:
host: "{{ postgres.host }}"