Compare commits
3 Commits
d0a16002d2
...
transcaffe
| Author | SHA1 | Date | |
|---|---|---|---|
|
d859544a98
|
|||
|
8767fdd1a7
|
|||
|
d7931d73d1
|
@@ -21,7 +21,7 @@
|
||||
target_dns_server: "{{ dns_server }}"
|
||||
target_dns_additional_records: "{{ pretix_dns_records }}"
|
||||
target_dns_tsig_key: "{{ dns_tsig_keydata }}"
|
||||
target_gather_facts: false
|
||||
target_gather_facts: "{{ pretix_gather_facts | default(false) }}"
|
||||
|
||||
- import_playbook: finallycoffee.databases.valkey
|
||||
when: pretix_configure_valkey | default(true)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
gitea_version: "1.25.0"
|
||||
gitea_version: "1.25.1"
|
||||
gitea_user: git
|
||||
gitea_run_user: "{{ gitea_user }}"
|
||||
gitea_base_path: "/opt/gitea"
|
||||
|
||||
Reference in New Issue
Block a user