From c4b53ff01a6bf1e7cd365656e27c0538c7a67df6 Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Fri, 15 Nov 2024 10:40:52 +0100 Subject: [PATCH] Include scripts and conf files in the ansible collection (#11707) 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. --- galaxy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/galaxy.yml b/galaxy.yml index 4b3e34e45..5560bf92d 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -22,3 +22,4 @@ dependencies: manifest: directives: - recursive-exclude tests ** + - recursive-include roles **/files/*