mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Solved package-manager bugs
This commit is contained in:
		| @@ -1,4 +1,11 @@ | ||||
| --- | ||||
| - name: Ensure GitHub host key is in known_hosts | ||||
|   known_hosts: | ||||
|     path: "~/.ssh/known_hosts" | ||||
|     name: github.com | ||||
|     key: "{{ lookup('pipe', 'ssh-keyscan -t ed25519 github.com | grep -v \"^#\"') }}" | ||||
|   become: yes | ||||
|  | ||||
| - name: Create installation directory for Kevin's Package Manager | ||||
|   file: | ||||
|     path: "{{ pkgmgr_install_path }}" | ||||
| @@ -31,7 +38,7 @@ | ||||
|   when: run_once_package_manager is not defined | ||||
|  | ||||
| - name: Run the Package Manager install command to create an alias for Kevins package manager | ||||
|   command: "{{ pkgmgr_install_command }}" | ||||
|   command: "make setup" | ||||
|   args: | ||||
|     chdir: "{{ pkgmgr_install_path }}" | ||||
|   become: yes | ||||
|   | ||||
		Reference in New Issue
	
	Block a user