ansible-role-systemd_service/releasenotes/notes/accounting_sandboxing_var_rename-95725d5a123c0dc5.yaml
Dmitriy Rabotyagov b763b73ffc Fix linters and metadata
With update of ansible-lint to version >=6.0.0 a lot of new
linters were added, that enabled by default. In order to comply
with linter rules we're applying changes to the role.

With that we also update metdata to reflect current state.

Change-Id: I4aab8ba621228d3fbf79b1da8227be41f3258b5f
2023-07-12 11:58:33 +00:00

23 lines
999 B
YAML

---
deprecations:
- |
In order to follow ansible naming conventions for variables,
following variables were renamed:
* systemd_TimeoutSec -> systemd_service_timeout_sec
* systemd_Restart -> systemd_service_restart
* systemd_RestartSec -> systemd_service_restart_sec
* systemd_CPUAccounting -> systemd_service_cpu_accounting
* systemd_BlockIOAccounting -> systemd_service_block_io_accounting
* systemd_MemoryAccounting -> systemd_service_memory_accounting
* systemd_TasksAccounting -> systemd_service_tasks_accounting
* systemd_PrivateTmp -> systemd_service_private_tmp
* systemd_PrivateDevices -> systemd_service_private_devices
* systemd_PrivateNetwork -> systemd_service_private_network
* systemd_PrivateUsers -> systemd_service_private_users
Old variable names were kept for backwards compatibility but will be
removed in next releases. It is highly adviced to use new variable
names in your deployments.