Skip to content

Commit

Permalink
fix: make invalid role-name pass linter as requested
Browse files Browse the repository at this point in the history
Signed-off-by: gardar <[email protected]>
  • Loading branch information
gardar committed Apr 25, 2024
1 parent dd19793 commit f92d0b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- powershell -ExecutionPolicy ByPass -File tests/travis-bootstrap-ansible.ps1
- wsl ansible --version
script:
- wsl mkdir -p tests/roles/riemers.gitlab_runner/
- cd tests/roles/riemers.gitlab_runner/
- wsl mkdir -p tests/roles/ansible-gitlab-runner/
- cd tests/roles/ansible-gitlab-runner/
- wsl ln -s ../../../* .
- cd ../../
- wsl ansible-playbook test.yml -i inventory --syntax-check
Expand Down
3 changes: 0 additions & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
galaxy_info:
author: Erik-jan Riemers
role_name: gitlab_runner
namespace: riemers
description: GitLab Runner
license: MIT
Expand All @@ -26,5 +25,3 @@ galaxy_info:
- gitlab
- runner
- ci

dependencies: []
2 changes: 1 addition & 1 deletion tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
- name: Run role
hosts: localhost
roles:
- riemers.gitlab_runner
- riemers.ansible-gitlab-runner

- name: Cleanup
hosts: localhost
Expand Down

0 comments on commit f92d0b7

Please sign in to comment.