Clone the FreeBSD ports tree.
This commit is contained in:
		
							parent
							
								
									728258d160
								
							
						
					
					
						commit
						730f9483bd
					
				| @ -13,6 +13,7 @@ | ||||
|     group: "{{ build_user.group }}" | ||||
|   loop: | ||||
|     - "/usr/src" | ||||
|     - "/usr/ports" | ||||
|     - "/usr/obj" | ||||
| 
 | ||||
| - name: chown the FreeBSD source | ||||
| @ -35,6 +36,17 @@ | ||||
|   become_user: "{{ build_user.name }}" | ||||
|   diff: false | ||||
| 
 | ||||
| - name: Clone Ports Tree | ||||
|   git: | ||||
|     repo: "https://git.FreeBSD.org/ports.git" | ||||
|     dest: /usr/ports | ||||
|     version: "main" | ||||
|     force: true | ||||
|     update: false | ||||
|   become: true | ||||
|   become_user: "{{ build_user.name }}" | ||||
|   diff: false | ||||
| 
 | ||||
| - name: Install Configuration | ||||
|   copy: | ||||
|     src: "files/{{ item.src }}" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Tom Alexander
						Tom Alexander