Replies: 1 comment 1 reply
-
FYI, if I refrain from overwriting the containers command, I get the error:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I am working on covering all our playbooks using molecule in YOLO mode (outside of roles). For most of our playbooks/roles it works very nicely and I will share my setup here once it works.
BUT I am stuck when testing a playbook which installs elastic search using the official ansible role. Aparently, there is an issue when the role attempts to reload the systemd daemon after installing ES:
Here parts of my current molecule.yaml (I tested different settings, but it wont work):
Note: I am running Molecule on Mac using the offical docker image.
Invoke:
Thank you in advance.
Cheers,
Lukas
Beta Was this translation helpful? Give feedback.
All reactions