mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Implemented -e "activate_all_timers=true"
This commit is contained in:
		@@ -17,4 +17,6 @@
 | 
			
		||||
  template:
 | 
			
		||||
    src: health-docker.timer.j2
 | 
			
		||||
    dest: "/etc/systemd/system/health-docker.timer"
 | 
			
		||||
  register: health_docker_timer
 | 
			
		||||
  changed_when: health_docker_timer.changed or activate_all_timers | default(false) | bool
 | 
			
		||||
  notify: restart health-docker.timer
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user