mirror of
				https://github.com/kevinveenbirkenbach/client-playbook.git
				synced 2025-11-04 13:27:59 +00:00 
			
		
		
		
	added role latex
This commit is contained in:
		@@ -25,6 +25,12 @@
 | 
				
			|||||||
  roles:
 | 
					  roles:
 | 
				
			||||||
    - driver-intel
 | 
					    - driver-intel
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- name: application-latex
 | 
				
			||||||
 | 
					  hosts: latex_hosts
 | 
				
			||||||
 | 
					  become: true
 | 
				
			||||||
 | 
					  roles:
 | 
				
			||||||
 | 
					    - application-latex
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: GNOME setup
 | 
					- name: GNOME setup
 | 
				
			||||||
  hosts: gnome_hosts
 | 
					  hosts: gnome_hosts
 | 
				
			||||||
  become: true
 | 
					  become: true
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										3
									
								
								roles/application-latex/readme.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								roles/application-latex/readme.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					# application-latex
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					More packages you will find here: https://wiki.archlinux.org/title/TeX_Live
 | 
				
			||||||
							
								
								
									
										7
									
								
								roles/application-latex/tasks/main.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								roles/application-latex/tasks/main.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					- name: install latex software
 | 
				
			||||||
 | 
					  community.general.pacman:
 | 
				
			||||||
 | 
					    name: 
 | 
				
			||||||
 | 
					      - texlive-latexextra 
 | 
				
			||||||
 | 
					      - texlive-lang
 | 
				
			||||||
 | 
					      - texlive-langextra
 | 
				
			||||||
 | 
					    state: present
 | 
				
			||||||
		Reference in New Issue
	
	Block a user