refs #8414 - Changes custom db.branch

This commit is contained in:
Xavi Lleó 2025-02-05 09:16:57 +01:00
parent d802f4e367
commit 77726ce3cb
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
loop: "{{ certificates }}"
notify: restart-mariadb
- when: db.branch == 'production'
- when: db.branch == 'master'
block:
- name: Set MariaDB custom configuration Production
copy: