]> git.phdru.name Git - ansible.git/commitdiff
Fix(logcheck): Fix regexp syntax in `local-ssh`
authorOleg Broytman <phd@phdru.name>
Mon, 4 Nov 2019 16:08:58 +0000 (19:08 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 4 Nov 2019 16:08:58 +0000 (19:08 +0300)
`logcheck` uses `grep -E` so unescaped parenthesis are used for grouping;
literal parenthesis must be escaped with backslash.


No differences found