Skip to content
Snippets Groups Projects
Verified Commit 48b7d816 authored by Michael Filz's avatar Michael Filz
Browse files

fix shebang for newer ansible versions

use CI image from harbor
fix coverage badge
parent 3347f3ae
No related branches found
No related tags found
No related merge requests found
--- ---
image: "registry.gitlab.cc-asp.fraunhofer.de/iam/docker-images/ansible-ci:latest" image: "hub.cc-asp.fraunhofer.de/iam-public/ansible-ci:latest"
stages: stages:
- test - test
......
[![coverage report](https://gitlab.cc-asp.fraunhofer.de/iam/docker-images/sap_metrics/badges/master/coverage.svg)](https://gitlab.cc-asp.fraunhofer.de/iam/docker-images/sap_metrics/-/commits/master) [![coverage report](https://gitlab.cc-asp.fraunhofer.de/iam-public/ansible-solidserver/badges/master/coverage.svg)](https://gitlab.cc-asp.fraunhofer.de/iam-public/ansible-solidserver/-/commits/master)
Ansible SOLIDserver Module Ansible SOLIDserver Module
========================== ==========================
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
namespace: fhg_iam namespace: fhg_iam
name: solidserver name: solidserver
version: 1.0.1 version: 1.0.3
readme: README.md readme: README.md
authors: authors:
- Michael Filz <michael.filz@extern.fraunhofer.de> - Michael Filz <michael.filz@extern.fraunhofer.de>
......
#!/usr/bin/env python3 #!/usr/bin/python
from __future__ import (absolute_import, division, print_function) from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment