fix: update driver in molecule.yml to 'default' for Molecule 25.x com…
Replaced delegated driver with default as delegated is no longer supported in Molecule 25.x and above.
Ensures compatibility with the latest Molecule version and prevents runtime errors.
It seems like it would still work with delegated, though? https://github.com/ansible/molecule/blob/main/src/molecule/data/driver.json#L6
it has been renamed to "default": 21f3cf2. I'm not sure if the change has been properly documented.
Oh, I missed your Enum reference. I see it now. Changing the value in my PR seemed to work for me during the build. My interpreter was complaining that the value didn’t exist. Perhaps you intended for your readers to use a specific venv?
@AndrewJesse - No, I'm okay with updating it at some point, just wanted to make sure it still works regardless.