Ansible Automation Practice Test
Ansible Automation Ansible Testing with Molecule 3
What Python package must be installed to use Molecule with the Docker driver in modern versions?
Select your answer
A
molecule-plugins[docker] (the molecule-docker package from the molecule-plugins collection)
B
molecule-docker (standalone package)
C
docker-molecule (reverse naming convention)
D
molecule[docker] (extras dependency)
Hint