Skip to content

Commit

Permalink
chore: make CI tests happy
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Jan 16, 2025
1 parent 722d406 commit 7d995b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@
tags: oathkeeper
- role: k8s_oidc_github_pages
tags: k8s_oidc_github_pages
vars:
k8s_oidc_github_pages_repository_name: ansible-collections
k8s_oidc_github_pages_repository_owner: meysam81
k8s_oidc_github_pages_github_deploy_key: dummy
- role: vm_identity_gcp
tags: vm_identity_gcp
2 changes: 1 addition & 1 deletion roles/vmagent/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ vmagent_remote_write_token_file: ""
vmagent_remote_write_username: ""
vmagent_scrape_interval: 30s
vmagent_user: vmagent
# renovate: github=victoriametrics/victoriametrics
# renovate: github=VictoriaMetrics/VictoriaMetrics
vmagent_version: 1.106.0
vmagent_vmutils_url: https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/v{{ vmagent_version | regex_replace('^v', '') }}/vmutils-{{ vmagent_os }}-{{ vmagent_arch }}-v{{ vmagent_version | regex_replace('^v', '') }}.tar.gz

Check warning on line 25 in roles/vmagent/defaults/main.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[line-length]

Line too long (238 > 160 characters)

0 comments on commit 7d995b0

Please sign in to comment.