fix ansible-lint errors

This commit is contained in:
Sergey Malyuk
2025-12-18 16:06:21 +03:00
parent bd4cc73cbb
commit 23e388876f
9 changed files with 32 additions and 32 deletions

View File

@@ -39,5 +39,5 @@
register: metr1c_service
- name: "Start systemd service"
when: "deploy is true"
when: "metr1c_deploy is true"
ansible.builtin.include_tasks: "run_systemd.yml"