Skip to content

Commit 4089da9

Browse files
committed
Fix template name
1 parent ff6862d commit 4089da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/rsyslog/tasks/process_auth_logs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
- name: Put log_logins logrotate scripts for stepup
7373
ansible.builtin.template:
74-
src: logrotate_ebauth.j2
74+
src: logrotate_stepupauth.j2
7575
dest: /etc/logrotate.d/logrotate_stepupauth_{{ item.name }}
7676
mode: 0644
7777
owner: root

0 commit comments

Comments
 (0)