From 6b487d513eae6ab3f6e0409a6ef1bd84d2a6e415 Mon Sep 17 00:00:00 2001 From: k8s-infra-cherrypick-robot <90416843+k8s-infra-cherrypick-robot@users.noreply.github.com> Date: Sat, 16 Nov 2024 12:36:52 -0800 Subject: [PATCH] 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 --- galaxy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/galaxy.yml b/galaxy.yml index 88ae8e60c..c7ecfede3 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -22,3 +22,4 @@ dependencies: manifest: directives: - recursive-exclude tests ** + - recursive-include roles **/files/*