This commit is contained in:
uumas
2025-09-12 13:30:40 +03:00
parent 014edb08ac
commit c96997a4ec
3 changed files with 2 additions and 3 deletions

View File

@@ -4,4 +4,4 @@
name: "{{ volume_name }}-volume.service"
state: restarted
daemon_reload: true
ignore_errors: '{{ ansible_check_mode }}'
ignore_errors: "{{ ansible_check_mode }}"