Answered my own question: My `converge` playbook had some pre_tasks set up to to an `apt-get update` for Debian-based distros. Once I moved that out of the `converge` to the `prepare` playbook, things started working as expected.
Thanks! On Wednesday, 2 February 2022 at 19:19:23 UTC-8 Larry Gadallah wrote: > Short version: I have a subordinate role that works fine in it's own CI > and test, for all tested distros. I have a superior role that is dependent > on the subordinate role, and is tested for all of the same distros. I get a > weird failure for some of the distros in the CI and test during the prepare > stage, when the subordinate role is being invoked, and it fails, even > though it passes for the same distro in its own CI and test. Details here: > > > https://www.reddit.com/r/ansible/comments/sj7fr7/molecule_dependency_question/?utm_source=share&utm_medium=web2x&context=3 > > Does anyone know how to debug or figure out what's going on here? > > Thanks, > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/9f90ca62-0ca6-4b4c-8656-ad508cf1b192n%40googlegroups.com.
