-
Hi, I'm trying to disable the galaxy dependancy manager without any luck (it is being invoked even though enabled is set to false). Ansible version:
Molecule version:
Config used to disable galaxy dependancy manager:
What is strange is that if I try to switch to shell dependancy manager galaxy is still invoked. It is as if the config is being overriden from somewhere? I know the config is being read because if I change the dependancy name to some nonsense I get an error. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
I think, depending on the driver you are using, there is a set of 'fixed' requirements. For example the docker driver needs the |
Beta Was this translation helpful? Give feedback.
I think, depending on the driver you are using, there is a set of 'fixed' requirements. For example the docker driver needs the
community.docker
collection, which should be installed automatically, and that should be what usesansible-galaxy
. It could also be thepre-run
that does it - https://molecule.readthedocs.io/en/latest/configuration.html#prerun