Use proper arg layout

This commit is contained in:
Joshua Boniface 2019-10-19 18:15:14 -04:00
parent 7e03fad19f
commit 41eb400bb0

View file

@ -24,12 +24,14 @@ rffmpeg:
# The remote SSH user to connect as
user: ffmpeg
# A YAML list of additional SSH arguments (e.g. private keys)
# A YAML list of additional SSH arguments (e.g. private keys),
# one line per space-separated argument element.
args:
- ""
commands:
# A YAML list of prefixes to the ffmpeg command (e.g. sudo, nice, etc.)
# A YAML list of prefixes to the ffmpeg command (e.g. sudo, nice, etc.),
# one line per space-separated command element.
pre:
- ""