Skip to content

Commit

Permalink
changed runner and module name of ansible lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-ebert-sva committed Sep 6, 2024
1 parent 73e42dd commit 654bf80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Lint yaml files
uses: stuttgart-things/stuttgart-things/.github/workflows/lint-yaml.yaml@yaml-lint-1
with:
runs-on: ghr-install-configure-docker-sthings-cicd
runs-on: ghr-install-configure-docker-skyami-cicd
environment-name: k8s
continue-error: true
yamllint-version: 1
Expand All @@ -27,9 +27,9 @@ jobs:

ansible-lint:
name: Lint ansible code
uses: stuttgart-things/stuttgart-things/.github/workflows/lint-ansible.yaml@main # ansible-lint-24.2.1
uses: stuttgart-things/stuttgart-things/.github/workflows/ansible-lint.yaml@main # ansible-lint-24.2.1
with:
runs-on: ghr-install-configure-docker-sthings-cicd
runs-on: ghr-install-configure-docker-skyami-cicd
environment-name: k8s
continue-error: true
ansible-image: eu.gcr.io/stuttgart-things/sthings-ansible:9.3.0-1
Expand Down

0 comments on commit 654bf80

Please sign in to comment.