Skip to content

Commit

Permalink
Create runtime.yml (#6)
Browse files Browse the repository at this point in the history
```
Error:  [ERROR]: Galaxy import error message: Import Task "29939" failed:
Publishing collection artifact '/home/runner/work/ansible-collection-linux/ansible-collection-linux/stackhpc-linux-1.0.0.tar.gz' to default https://galaxy.ansible.com/api/
'requires_ansible' in meta/runtime.yml is mandatory, but no meta/runtime.yml
Collection has been published to the Galaxy server default https://galaxy.ansible.com/api/
found
Waiting until Galaxy import task https://galaxy.ansible.com/api/v2/collection-imports/29939/ has completed
ERROR! Galaxy import process failed: 'requires_ansible' in meta/runtime.yml is mandatory, but no meta/runtime.yml found (Code: None)
```

See:  https://github.com/stackhpc/ansible-collection-linux/actions/runs/5645877621/
  • Loading branch information
jovial authored Jul 24, 2023
1 parent 7621512 commit 4e81b3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
requires_ansible: ">=2.9"

0 comments on commit 4e81b3f

Please sign in to comment.