write ansible
This commit is contained in:
		
							
								
								
									
										10
									
								
								slides/ansible/examples/tlmgr.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								slides/ansible/examples/tlmgr.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| --- | ||||
| - name: Install tlmgr | ||||
|   hosts: june | ||||
|   become: true | ||||
|  | ||||
|   tasks: | ||||
|     - name: Install texlive | ||||
|       ansible.builtin.script: mintex.sh | ||||
|       args: | ||||
|         creates: /usr/local/bin/tlmgr | ||||
		Reference in New Issue
	
	Block a user