unable to override pre-start commands
Summary
Unable to override service_pre_start_commands
list.
Steps to reproduce
Just specify service_pre_start_commands: []
Expected behavior
no ExecStartPre at all
Actual behavior
Default ExecStartPre is used
Relevant logs and/or screenshots
service definition file:
ExecStartPre=-/usr/bin/docker rm ...
ExecStartPre=/usr/bin/docker pull ...
Possible fixes
Docker role does not propagate variables.