ansible-role-systemd_service/releasenotes/notes/templated_service-f31e4515c2fd75ab.yaml
Dmitriy Rabotyagov 1f7091a11c Add ability to create templated services
This functionality is pretty neat and used widely if you need to pass
specific argument to the unit service, but rest of the parameters can
be left intact.

Change-Id: I6eb80ac0f9f0257402697a255518bb2c66d0dfd5
2022-01-14 10:37:39 +00:00

8 lines
324 B
YAML

---
features:
- |
Allow to create `templated services <https://www.freedesktop.org/software/systemd/man/systemd.service.html#Service%20Templates>`_
Now for systemd_services you are allowed to provide template_arguments,
which can contain a list of arguments with which templated services
would be created.