Include scripts and conf files in the ansible collection (#11717)

We use shell scripts and conf files in some roles (notably, certificates
provisioning), so we need to include them in order for the collection to
work when using the configurations depending on those roles.

Co-authored-by: Max Gautier <mg@max.gautier.name>
This commit is contained in:
k8s-infra-cherrypick-robot
2024-11-16 12:36:52 -08:00
committed by GitHub
parent e5bdb3b0b7
commit 6b487d513e

View File

@@ -22,3 +22,4 @@ dependencies:
manifest:
directives:
- recursive-exclude tests **
- recursive-include roles **/files/*