Skip to content

Commit

Permalink
fix(monitoring): fixed the naming convention for additional mounts
Browse files Browse the repository at this point in the history
Signed-off-by: sakethanne <[email protected]>
  • Loading branch information
Sakethanne authored and glimchb committed Oct 7, 2024
1 parent 96cc8f6 commit c8ab508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
state: started
name: spdk_tgt

- name: Add additional mount for bf2
- name: Nvidia | Add additional mount for bf2
ansible.builtin.set_fact:
telegraf_mounts: "{{ telegraf_mounts + [{'type': 'bind', 'source': '/run/emu_param', 'target': '/run/emu_param', 'read_only': true}] }}"

Expand Down

0 comments on commit c8ab508

Please sign in to comment.