Skip to content

Commit aadf88b

Browse files
authored
fix: galaxy metadata error
1 parent c8ba8f6 commit aadf88b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

galaxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace: stackhpc
66

77
# The name of the collection. Has the same character restrictions as 'namespace'
8-
name: kayobe_automation_workflows
8+
name: kayobe_workflows
99

1010
# The version of the collection. Must be compatible with semantic versioning
1111
version: 0.1.0
@@ -47,7 +47,7 @@ tags:
4747
dependencies: {}
4848

4949
# The URL of the originating SCM repository
50-
repository: https://github.com/jackhodgkiss/kayobe-automation-workflows
50+
repository: https://github.com/stackhpc/kayobe-automation-workflows
5151

5252
# The URL to any online docs
5353
# documentation: http://docs.example.com

roles/github/meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
galaxy_info:
2-
role_name: kayobe_automation_workflows
2+
role_name: github
33
author: Jack Hodgkiss
44
description: Create kayobe automation workflow files
55
company: StackHPC

roles/github/tests/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
- hosts: localhost
33
remote_user: root
44
roles:
5-
- kayobe-automation-workflows
5+
- github

0 commit comments

Comments
 (0)