Solved escaping bug

This commit is contained in:
2025-08-17 09:35:19 +02:00
parent 33b2d3f582
commit 42f9ebad34
6 changed files with 7 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
- name: "reload backup docker to local (all) service"
systemd:
name: {{ BKP_DOCKER_2_LOC_SERVICE_ALL }}
name: "{{ BKP_DOCKER_2_LOC_SERVICE_ALL }}"
daemon_reload: yes
- name: "reload backup docker to local service"
systemd:
name: {{ BKP_DOCKER_2_LOC_SERVICE }}
name: "{{ BKP_DOCKER_2_LOC_SERVICE }}"
daemon_reload: yes