ansible-role-systemd_service/releasenotes/notes/deprecate_systemd_lock_path-fba3aff8b1b4468d.yaml
Dmitriy Rabotyagov a3800b6368 Deprecate systemd_lock_path variable
To remove complexity from the code we remove variable systemd_lock_path
since variable systemd_lock_dir with common functionality has been
introduced.

Change-Id: I61bb44450a7fb1cface2b93302e02c8fd358a034
2021-11-04 20:41:24 +02:00

10 lines
363 B
YAML

---
deprecations:
- |
Variable ``systemd_lock_path`` has been dropped and has no effect now.
In order to customize lock dir path please use ``systemd_lock_dir``.
Please keep in mind, that for ``systemd_lock_dir`` you don't need to
provide full path like it was with ``systemd_lock_path`` since service
name is added to the end of the path.