mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Refactor: consolidate pkgmgr updates and remove legacy roles
Details: - Added pkgmgr update task directly in pkgmgr role (pkgmgr pull --all) - Removed deprecated update-pkgmgr role and references - Removed deprecated update-pip role and references - Simplified update-compose by dropping update-pkgmgr include https://chatgpt.com/share/68bbeff1-27a0-800f-bef3-03ab597595fd
This commit is contained in:
		| @@ -43,3 +43,7 @@ | ||||
|     chdir: "{{ PKGMGR_INSTALL_PATH }}" | ||||
|     executable: /bin/bash | ||||
|   become: true | ||||
|  | ||||
| - name: "Update all repositories with pkgmgr" | ||||
|   command: "pkgmgr pull --all" | ||||
|   when: MODE_UPDATE | bool | ||||
		Reference in New Issue
	
	Block a user