mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Update ansible
Disable the use of pip cache system wide, leaves no files hanging around in /root/.pip when disabled.
This commit is contained in:
		
							parent
							
								
									c39f3c2c89
								
							
						
					
					
						commit
						e3a2825df7
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -166,7 +166,8 @@ $APT_PATH/apt -y install python3-pip
 | 
				
			||||||
#              python3-setuptools python3-packaging python3-venv virtualenv
 | 
					#              python3-setuptools python3-packaging python3-venv virtualenv
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#$APT_PATH/apt -y --allow-downgrades install ansible-core \
 | 
					#$APT_PATH/apt -y --allow-downgrades install ansible-core \
 | 
				
			||||||
 | 
					# Using pip is messy, leaving behind cashed files, turn off pip cache system wide before installing 
 | 
				
			||||||
 | 
					pip config set global.cache-dir false
 | 
				
			||||||
echo -e "\n\n'pip3 install --upgrade ansible-core' will now run:\n"
 | 
					echo -e "\n\n'pip3 install --upgrade ansible-core' will now run:\n"
 | 
				
			||||||
pip3 install --upgrade ansible-core
 | 
					pip3 install --upgrade ansible-core
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue