From f9e42f026a7f5e7d507501f24a6eb27ca135a6bb Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Wed, 27 Jul 2022 15:59:10 +1000 Subject: [PATCH] Ansible gets confused about the galaxy namespace for bitbucket_config for some reason. --- roles/bitbucket_config/meta/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/bitbucket_config/meta/main.yml b/roles/bitbucket_config/meta/main.yml index ca5ee97..fb64d43 100644 --- a/roles/bitbucket_config/meta/main.yml +++ b/roles/bitbucket_config/meta/main.yml @@ -1,4 +1,7 @@ --- +galaxy_info: + namespace: dc_deployments_automation + dependencies: - bitbucket_common