Skip to content

Commit

Permalink
Merge pull request #26 from amedee/patch-1
Browse files Browse the repository at this point in the history
Rename file /etc/munin/plugin-conf.d/ansible.conf to zzz-ansible.conf
  • Loading branch information
geerlingguy authored Feb 2, 2025
2 parents 9a89c72 + ceba77d commit 30fb85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- name: Generate plugin configuration.
template:
src: plugin-conf.j2
dest: /etc/munin/plugin-conf.d/ansible.conf
dest: /etc/munin/plugin-conf.d/zzz-ansible.conf
owner: root
group: root
mode: 0644
Expand Down

0 comments on commit 30fb85a

Please sign in to comment.