We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8038846 + 84b5a60 commit 54b3d5bCopy full SHA for 54b3d5b
ansible/inventory/group_vars/all/source-repositories
@@ -370,6 +370,13 @@ source_repositories:
370
- codeowners:
371
content: "{{ community_files.codeowners.ansible }}"
372
dest: ".github/CODEOWNERS"
373
+ ansible-role-os-manila-mount:
374
+ repository_type: "ansible"
375
+ workflows: "{{ ansible_workflows.role }}"
376
+ community_files:
377
+ - codeowners:
378
+ content: "{{ community_files.codeowners.ansible }}"
379
+ dest: ".github/CODEOWNERS"
380
ansible-role-vxlan:
381
repository_type: "ansible"
382
workflows: "{{ ansible_workflows.role }}"
0 commit comments