Replace matrix-common-after systemd service management with com.devture.ansible.role.systemd_service_manager

This commit is contained in:
Slavi Pantaleev
2022-11-23 10:14:28 +02:00
parent eec5de7aba
commit 93d4f8d425
12 changed files with 150 additions and 219 deletions

View File

@ -30,3 +30,7 @@
- {'old': 'matrix_docker_installation_enabled', 'new': 'matrix_playbook_docker_installation_enabled'}
- {'old': 'matrix_docker_package_name', 'new': '<Not applicable. Docker is installed using https://github.com/geerlingguy/ansible-role-docker now>'}
- {'old': 'matrix_systemd_services_list', 'new': 'devture_systemd_service_manager_services_list_additional'}
- {'old': 'matrix_common_after_systemd_service_start_wait_for_timeout_seconds', 'new': 'devture_systemd_service_manager_up_verification_delay_seconds'}
- {'old': 'matrix_systemd_services_autostart_enabled', 'new': 'devture_systemd_service_manager_services_autostart_enabled'}