mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-30 18:01:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			321 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			321 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| - hosts: odroid_cluster
 | |
|   name: Run script
 | |
|   become: true
 | |
|   gather_facts: no
 | |
|   tasks:
 | |
|     - name: Reconfigure logo
 | |
|       ansible.builtin.lineinfile:
 | |
|         path: /etc/update-motd.d/10-armbian-header
 | |
|         regexp: "(^#|^)TERM="
 | |
|         line: "TERM=linux toilet -f standard -F metal $(hostname)"
 | |
|       ignore_errors: yes | 
