diff --git a/ansible/inventory/group_vars/all/source-repositories b/ansible/inventory/group_vars/all/source-repositories index f20330b7..1ca18d38 100644 --- a/ansible/inventory/group_vars/all/source-repositories +++ b/ansible/inventory/group_vars/all/source-repositories @@ -370,6 +370,13 @@ source_repositories: - codeowners: content: "{{ community_files.codeowners.ansible }}" dest: ".github/CODEOWNERS" + ansible-role-os-manila-mount: + repository_type: "ansible" + workflows: "{{ ansible_workflows.role }}" + community_files: + - codeowners: + content: "{{ community_files.codeowners.ansible }}" + dest: ".github/CODEOWNERS" ansible-role-vxlan: repository_type: "ansible" workflows: "{{ ansible_workflows.role }}"