Skip to content

Commit c0ca312

Browse files
authored
fix: resolve linting errors
1 parent 604732d commit c0ca312

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

.ansible-lint

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
exclude_paths:
3+
- .github/
4+
5+
skip_list:
6+
- galaxy[no-changelog]

galaxy.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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'
3737
tags:
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

roles/github/meta/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1822
dependencies: []

roles/github/tests/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
- hosts: localhost
2+
- name: Test github role
3+
hosts: localhost
34
remote_user: root
45
roles:
56
- github

0 commit comments

Comments
 (0)