Ansible Transitive Collections Dependencies
In this article I will have a look at how to establish dependencies between Ansible collections so that if B has a dependency to C and A has a dependency to B then C will be available without when executing A without explicitly including C as a dependency to A. Motivation When developing Ansible collections… Read More »