Skip to content

Commit

Permalink
Merge pull request #82 from telekom-mms/fix_lint
Browse files Browse the repository at this point in the history
fix linting
  • Loading branch information
rndmh3ro authored May 13, 2024
2 parents 24b8516 + 52ac775 commit 3f91e01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ on:
- 'roles/**'
- 'tests/**'
- 'meta/**'
- 'galaxy.yml'
pull_request:
branches: [main]
paths:
- 'playbooks/**'
- 'roles/**'
- 'tests/**'
- 'meta/**'
- 'galaxy.yml'
# Run CI once per week (at 06:00 UTC)
# This ensures that even if there haven't been commits that we are still
# testing against latest version of ansible-test for each ansible-core
Expand Down
3 changes: 2 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ authors:
- Christopher Grau <[email protected]>
- Daniel Uhlmann <[email protected]>
description: >-
This collection acts as a 'meta collection' for roles and collections aimed at managing components of Icinga. It also handles Icinga agent installation and custom check rollout.
This collection acts as a 'meta collection' for roles and collections aimed at managing components of Icinga.
It also handles Icinga agent installation and custom check rollout.
dependencies:
telekom_mms.icinga_director: "*"
telekom_mms.icinga_business_process: "*"
Expand Down

0 comments on commit 3f91e01

Please sign in to comment.