Solved escaping bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-17 09:35:19 +02:00
parent 33b2d3f582
commit 42f9ebad34
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
6 changed files with 7 additions and 7 deletions

View File

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