Rename service.*.j2 files

This commit is contained in:
Tobias Reisinger 2023-12-16 04:41:29 +01:00
parent b6297638db
commit c95be92f46
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 6 additions and 5 deletions
roles/influxdb/tasks

View file

@ -14,7 +14,7 @@
- name: Template config
ansible.builtin.template:
src: service.yml.j2
src: yml.j2
dest: "{{ (service_path, 'influxdb.yml') | path_join }}"
mode: "0600"