mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	Solved escaping bug
This commit is contained in:
		@@ -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
 | 
			
		||||
		Reference in New Issue
	
	Block a user