cloud-init: rename py3 packages for ubuntu
This commit is contained in:
		@@ -105,9 +105,9 @@ Providers supporting `cloud-init` (AWS, Oracle Cloud Infrastructure), based on U
 | 
				
			|||||||
#cloud-config
 | 
					#cloud-config
 | 
				
			||||||
 | 
					
 | 
				
			||||||
packages:
 | 
					packages:
 | 
				
			||||||
  - python-pip
 | 
					  - python3-pip
 | 
				
			||||||
  - python-lxml
 | 
					  - python3-wheels
 | 
				
			||||||
  - python-wheels
 | 
					  - python3-lxml
 | 
				
			||||||
  - git
 | 
					  - git
 | 
				
			||||||
  - ca-certificates
 | 
					  - ca-certificates
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user