Skip to content

Commit

Permalink
Squashed 'vendor/github.com/performancecopilot/ansible-pcp/' changes …
Browse files Browse the repository at this point in the history
…from 6daea68..ff37aa2

ff37aa2 fix: typos, ensuring correct keyserver config found

git-subtree-dir: vendor/github.com/performancecopilot/ansible-pcp
git-subtree-split: ff37aa252ca795454b38faf8f7f3d6ef0a36df25
  • Loading branch information
natoscott committed Oct 14, 2024
1 parent f5bd510 commit e933ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/grafana/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
notify: Restart grafana
when: grafana_version is version('9.0.0', '<')

- name: Template Grafana v9 and later onfiguration
- name: Template Grafana v9 and later configuration
template:
src: grafana_9.ini.j2
dest: "{{ __grafana_conf }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/keyserver/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
with_first_found:
- "{{ ansible_facts['distribution'] }}_{{ ansible_facts['distribution_major_version'] }}_keyserver.conf.j2"
- "{{ ansible_facts['distribution'] }}_keyserver.conf.j2"
- "keyserver.conf.j2"
- "{{ __keyserver_name }}.conf.j2"
notify: Restart key server
# yamllint enable rule:line-length

Expand Down

0 comments on commit e933ca3

Please sign in to comment.