mirror of
				https://github.com/kevinveenbirkenbach/client-playbook.git
				synced 2025-11-04 07:47:59 +00:00 
			
		
		
		
	added role latex
This commit is contained in:
		@@ -25,6 +25,12 @@
 | 
			
		||||
  roles:
 | 
			
		||||
    - driver-intel
 | 
			
		||||
 | 
			
		||||
- name: application-latex
 | 
			
		||||
  hosts: latex_hosts
 | 
			
		||||
  become: true
 | 
			
		||||
  roles:
 | 
			
		||||
    - application-latex
 | 
			
		||||
 | 
			
		||||
- name: GNOME setup
 | 
			
		||||
  hosts: gnome_hosts
 | 
			
		||||
  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