mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	Removed refresh systemctl service listener for systemctl daemon
This commit is contained in:
		@@ -38,9 +38,7 @@
 | 
			
		||||
  ansible.builtin.systemd:
 | 
			
		||||
    daemon_reload: true
 | 
			
		||||
  become: true
 | 
			
		||||
  listen:
 | 
			
		||||
    - reload system daemon
 | 
			
		||||
    - refresh systemctl service
 | 
			
		||||
  listen: reload system daemon
 | 
			
		||||
  async: "{{ ASYNC_TIME if ASYNC_ENABLED | bool else omit }}"
 | 
			
		||||
  poll:  "{{ ASYNC_POLL if ASYNC_ENABLED | bool else omit }}"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user