feat: bump scootaloo to v0.7.0

This commit is contained in:
VC
2024-07-05 11:53:16 +02:00
parent 1667c2eb3b
commit be0a55e847
3 changed files with 14 additions and 7 deletions

View File

@@ -31,6 +31,12 @@
become: true
become_user: www-data
- name: migrate scootaloo db
shell:
cmd: "{{ scootaloo_bin_path }} migrate"
become: true
become_user: www-data
- name: cron for scootaloo
cron:
name: Scootaloo Dojo