Starting 2022/02/17, there was a commit (christgau/wsdd@b6d3462) which added an example default file and includes it as the EnvironmentFile in the service unit file. The systemd service will not start without this file, so users need to manually copy this to have the setup work.
This ansible role also overrides the execution to not use the variable from the file due to replacing the ExecStart line.
It might be nice to remove that line from the file and just pass through a role arg as the complete args, or have an ansible user install the file themselves (idk if there's a better alternative, I'm new to ansible :) )
Thanks for this role though - it saved time to get things set up!
Starting 2022/02/17, there was a commit (christgau/wsdd@b6d3462) which added an example default file and includes it as the
EnvironmentFilein the service unit file. The systemd service will not start without this file, so users need to manually copy this to have the setup work.This ansible role also overrides the execution to not use the variable from the file due to replacing the
ExecStartline.It might be nice to remove that line from the file and just pass through a role arg as the complete args, or have an ansible user install the file themselves (idk if there's a better alternative, I'm new to ansible :) )
Thanks for this role though - it saved time to get things set up!