autotasker/config.yaml

18 lines
365 B
YAML
Raw Normal View History

2024-04-27 09:59:43 +00:00
tasks:
- id: do_magic_stuff
name: Do magic incantation
env:
PYTHONUNBUFFERED: "1"
SIMULATION_SPEED: 0.2
command:
- /usr/bin/python3
- /home/mbess/workspace/autotasker/examples/do_something_1.py
store_logs: true
- id: reindex_db
name: Reindex the whole database
env: {}
command:
- ls
- /etc/fstab