File tree Expand file tree Collapse file tree 4 files changed +20
-6
lines changed
Expand file tree Collapse file tree 4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ exclude_paths:
3+ - .github/
4+
5+ skip_list:
6+ - galaxy[no-changelog]
Original file line number Diff line number Diff line change @@ -35,10 +35,13 @@ license:
3535# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
3636# requirements as 'namespace' and 'name'
3737tags :
38- - OpenStack
39- - Kayobe
40- - Continuous Integration
41- - Continuous Deployment
38+ - openstack
39+ - kayobe
40+ - continuous integration
41+ - continuous deployment
42+ - tools
43+ - cloud
44+ - infrastructure
4245
4346# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
4447# collection label 'namespace.name'. The value is a version range
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ galaxy_info:
1313 galaxy_tags :
1414 - openstack
1515 - kayobe
16- - CI/CD
16+ - continuous integration
17+ - continuous deployment
18+ - tools
19+ - cloud
20+ - infrastructure
1721
1822dependencies : []
Original file line number Diff line number Diff line change 11---
2- - hosts : localhost
2+ - name : Test github role
3+ hosts : localhost
34 remote_user : root
45 roles :
56 - github
You can’t perform that action at this time.
0 commit comments