mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-30 18:01:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			251 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			251 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| - name: Install timeshift packages
 | |
|   ansible.builtin.apt:
 | |
|     name: 
 | |
|       - timeshift
 | |
|     update_cache: yes
 | |
|   become: "{{ false if inventory_hostname == 'nas.home.lan' else true }}"
 | |
|   ignore_errors: true
 | |
|   when: inventory_hostname != 'nas.home.lan'
 | |
| 
 | 
