Skip to content

Commit ff6862d

Browse files
phavekespmeulen
authored andcommitted
Fix name for parse_stepupauth template
1 parent c255aa4 commit ff6862d

File tree

2 files changed

+1
-1
lines changed

2 files 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
@@ -51,7 +51,7 @@
5151

5252
- name: Create a python script that parses stepup log_logins per environment
5353
ansible.builtin.template:
54-
src: parse_ebauth_to_mysql.py.j2
54+
src: parse_stepupauth_to_mysql.py.j2
5555
dest: /usr/local/sbin/parse_stepupauth_to_mysql_{{ item.name }}.py
5656
mode: 0740
5757
owner: root

roles/rsyslog/templates/parse_stepupauthauth_to_mysql.py.j2 renamed to roles/rsyslog/templates/parse_stepupauth_to_mysql.py.j2

File renamed without changes.

0 commit comments

Comments
 (0)