feat: Use release 1.3.1

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2025-10-14 08:28:24 +02:00
commit 78205d0f76
Signed by: jriou
GPG key ID: 9A099EDA51316854
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
---
coller_version: 1.2.0
coller_version: 1.3.1
coller_config_dir: /etc/coller
coller_port: 8080
coller_manage_iptables: false

View file

@ -2,7 +2,7 @@
- name: check password
ansible.builtin.assert:
that:
- coller_db_password | mandatory
- coller_db_password is defined
- name: download source code
ansible.builtin.git: