Skip to content
Snippets Groups Projects
Commit 6665987b authored by nimrod's avatar nimrod
Browse files

Correct a regex (because I wrote a regex).

parent 97421d19
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
lineinfile:
dest: /etc/syslog.conf
line: '*.* @tls://{{ syslog_server}}'
regexp: '^*.* @'
regexp: '^\*.\* '
state: present
notify:
- Restart syslogd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment