From d4cde110e833190e72054f663148f3c5b99a571f 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 ad54581..ff263fc 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: - role: bitbucket_common