Skip to content

Commit

Permalink
fix: typos, ensuring correct keyserver config found
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Oct 14, 2024
1 parent 6daea68 commit ff37aa2
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 ff37aa2

Please sign in to comment.