mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Solved variable
This commit is contained in:
		@@ -44,7 +44,7 @@ class InventoryManager:
 | 
			
		||||
        "central_database" in data["features"] and \
 | 
			
		||||
        data["features"]["central_database"]:
 | 
			
		||||
            # Add 'central_database' value (password) to credentials
 | 
			
		||||
            target.setdefault("credentials", {})["central_database"] = self.generate_value("alphanumeric")
 | 
			
		||||
            target.setdefault("credentials", {})["database_password"] = self.generate_value("alphanumeric")
 | 
			
		||||
 | 
			
		||||
        # Apply recursion only for the `credentials` section
 | 
			
		||||
        self.recurse_credentials(self.schema, target)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user