mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-24 04:35:10 +02:00
Solved escaping bug
This commit is contained in:
parent
33b2d3f582
commit
42f9ebad34
@ -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
|
Loading…
x
Reference in New Issue
Block a user