dont strip please
							parent
							
								
									bd44a8ba0e
								
							
						
					
					
						commit
						9b196b9fa1
					
				| 
						 | 
				
			
			@ -113,7 +113,7 @@ class VarsModule(BaseVarsPlugin):
 | 
			
		|||
                passwords['vault'] = loader.load(
 | 
			
		||||
                        VarsModule.decrypt_password('ansible_vault', True))
 | 
			
		||||
                for file in files:
 | 
			
		||||
                    passwords['vault'][file.lstrip('ansible/')] = loader.load(
 | 
			
		||||
                    passwords['vault'][file.removeprefix('ansible/')] = loader.load(
 | 
			
		||||
                            VarsModule.decrypt_password(file, True))
 | 
			
		||||
 | 
			
		||||
            # Load become password
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue