18 lines
365 B
YAML
18 lines
365 B
YAML
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
|
|
|