mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Removed update-pip
This commit is contained in:
		@@ -27,18 +27,6 @@
 | 
				
			|||||||
    - yay_installed.rc == 0
 | 
					    - yay_installed.rc == 0
 | 
				
			||||||
    - run_once_update_yay is not defined
 | 
					    - run_once_update_yay is not defined
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: "Check if pip is installed"
 | 
					 | 
				
			||||||
  command: which pip
 | 
					 | 
				
			||||||
  register: pip_installed
 | 
					 | 
				
			||||||
  changed_when: false
 | 
					 | 
				
			||||||
  failed_when: false
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- name: "Update with pip"
 | 
					 | 
				
			||||||
  include_role:
 | 
					 | 
				
			||||||
    name: update-pip
 | 
					 | 
				
			||||||
  when:
 | 
					 | 
				
			||||||
    - run_once_update_pip is not defined
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- name: "Check if pkgmgr command is available"
 | 
					- name: "Check if pkgmgr command is available"
 | 
				
			||||||
  command: "which pkgmgr"
 | 
					  command: "which pkgmgr"
 | 
				
			||||||
  register: pkgmgr_available
 | 
					  register: pkgmgr_available
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user