refactor: give env vars names that match the where

ref: #1
This commit is contained in:
2025-07-02 00:20:07 +09:30
parent e61f22c958
commit 6a2a8f04a3
3 changed files with 6 additions and 6 deletions

View File

@ -8,8 +8,8 @@
- name: Webhook
ansible.eda.webhook:
host: 0.0.0.0
port: "{{ PROBLEM_MATCHER_PORT | default(5000) | int }}"
token: "{{ PROBLEM_MATCHER_TOKEN | default('-not-set-') }}"
port: "{{ GIT_EVENT_RULEBOOK_PORT | default(5000) | int }}"
token: "{{ GIT_EVENT_RULEBOOK_TOKEN | default('-not-set-') }}"
rules: