mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Huge role refactoring/cleanup. Other commits will propably follow. Because some bugs will exist. Still important for longrun and also for auto docs/help/slideshow generation
This commit is contained in:
		
							
								
								
									
										8
									
								
								roles/generic-locales/tasks/main.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								roles/generic-locales/tasks/main.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| --- | ||||
| - name: Setup locale.gen | ||||
|   template: src=locale.gen dest=/etc/locale.gen | ||||
| - name: Setup locale.conf | ||||
|   template: src=locale.conf dest=/etc/locale.conf | ||||
| - name: Generate locales | ||||
|   shell: locale-gen | ||||
|   become: yes | ||||
		Reference in New Issue
	
	Block a user